System Grab Bag

View all TLDR pages from common (or from all pages)

terragrunt

Keep your Terraform CLI arguments DRY. More information: https://terragrunt.gruntwork.io.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.