Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active August 30, 2019 03:37
Show Gist options
  • Save KyMidd/7d7c33a4acb45d6b0c27a9f18a06fd3f to your computer and use it in GitHub Desktop.
Save KyMidd/7d7c33a4acb45d6b0c27a9f18a06fd3f to your computer and use it in GitHub Desktop.
# 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