Last active
August 30, 2019 03:37
-
-
Save KyMidd/7d7c33a4acb45d6b0c27a9f18a06fd3f 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/networking/terraform.tfstate" | |
region = "us-east-1" | |
encrypt = true | |
dynamodb_table = "aws-locks-projects-networking" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment