Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created August 30, 2019 03:41
Show Gist options
  • Select an option

  • Save KyMidd/e76dd8f089c6d0d8c727b964a12a6875 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/e76dd8f089c6d0d8c727b964a12a6875 to your computer and use it in GitHub Desktop.
# 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