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
I can't seem to get the following to work:
terragrunt = { # Configure Terragrunt to use DynamoDB for locking lock { backend = "dynamodb" config { state_file_id = "${path_relative_to_include()}" } } # Configure Terragrunt to automatically store tfstate files in an S3 bucket remote_state { backend = "s3" config { encrypt = "true" bucket = "mybucket" key = "${path_relative_to_include()}/terraform.tfstate" region = "us-east-1" } } } region = "us-east-1"
terragrunt = { include { path = "${find_in_parent_folders()}" } terraform { source = "../..//modules/app" } } name = "test"
The name variable is available, but the region is not. Any help on this would be appreciated.
The text was updated successfully, but these errors were encountered:
Duplicate of #132. Let's consolidate the discussion in that thread. For the specific answer to your question, see #132 (comment).
Sorry, something went wrong.
No branches or pull requests
I can't seem to get the following to work:
The name variable is available, but the region is not. Any help on this would be appreciated.
The text was updated successfully, but these errors were encountered: