snippetbashTip
terragrunt — Keep your Terraform CLI arguments DRY. More information: <https://terragrunt.gruntwork.io/docs/refer
Viewed 0 times
keepcommandargumentsterragruntcliterraformyour
Problem
How to use the
terragrunt command: Keep your Terraform CLI arguments DRY. More information: <https://terragrunt.gruntwork.io/docs/reference/cli/>.Solution
terragrunt — Keep your Terraform CLI arguments DRY. More information: <https://terragrunt.gruntwork.io/docs/reference/cli/>.Generate and show an execution plan:
terragrunt planBuild or change infrastructure:
terragrunt applyShow current deployment (from state):
terragrunt showShow module output values:
terragrunt outputDestroy Terraform-managed infrastructure:
terragrunt destroyBuild or change infrastructure from a tree of Terragrunt modules (stack):
terragrunt run-all applyCode Snippets
Generate and show an execution plan
terragrunt planBuild or change infrastructure
terragrunt applyShow current deployment (from state)
terragrunt showShow module output values
terragrunt outputDestroy Terraform-managed infrastructure
terragrunt destroyContext
tldr-pages: common/terragrunt
Revisions (0)
No revisions yet.