Created
August 30, 2019 03:41
-
-
Save KyMidd/e76dd8f089c6d0d8c727b964a12a6875 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # terragrunt.hcl | |
| remote_state { | |
| backend = "s3" | |
| config = { | |
| bucket = "s3-terragrunt-kyler-ue1-tfstate" | |
| key = "projects/security_groups/terraform.tfstate" | |
| region = "us-east-1" | |
| encrypt = true | |
| dynamodb_table = "aws-locks-projects-security_groups" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment