Terragrunt
Terragrunt is a wrapper that provides tools for keeping your configurations DRY, working with multiple Terraform modules, and managing remote state.
Prerequisites
Terragrunt DRY deploy
# terragrunt-cloudtruth-deploy
βββ development
β βββ instance
β β βββ terragrunt.hcl
β βββ s3
β β βββ terragrunt.hcl
β βββ terragrunt.hcl
β
βββ production
β βββ instance
β β βββ terragrunt.hcl
β βββ s3
β β βββ terragrunt.hcl
β βββ terragrunt.hcl
β
βββ staging
βββ instance
β βββ terragrunt.hcl
βββ s3
β βββ terragrunt.hcl
βββ terragrunt.hclSetup a CloudTruth Project and Environments
Running a centrally managed DRY deploy
Cleanup
Last updated
Was this helpful?