terragrunt
Keep your Terraform CLI arguments DRY.
- Generate and show an execution plan:
terragrunt plan
- Build or change infrastructure:
terragrunt apply
- Show current deployment (from state):
terragrunt show
- Show module output values:
terragrunt output
- Destroy Terraform-managed infrastructure:
terragrunt destroy
- Build or change infrastructure from a tree of Terragrunt modules (stack):
terragrunt run-all apply
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).