We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.13.5
local_file
resource "local_file" "dir" { filename = "${path.module}/subfolder/" directory_permission = "0700" }
Create path with permission
Error: open /home/nolan/Projects/docker/subfolder/: is a directory
terraform apply
The text was updated successfully, but these errors were encountered:
I'm tempted to say there should be a local_dir resource instead....
Sorry, something went wrong.
True
No branches or pull requests
Terraform Version
0.13.5
Affected Resource(s)
local_file
Terraform Configuration Files
Expected Behavior
Create path with permission
Actual Behavior
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: