Render final config terragrunt
Dump the resolved terragrunt.hcl as JSON (debug)
terragrunt render-json
more terragrunt
all 15 commands →
Graph module dependencies
terragrunt graph-dependencies | dot -Tsvg > deps.svg
Exclude a module from run-all
terragrunt run-all plan --terragrunt-exclude-dir ./module-to-skip
Auto-retry on lock errors
terragrunt apply --terragrunt-no-auto-approve --terragrunt-fetch-dependency-output-from-state
Plan all modules
terragrunt run-all plan --terragrunt-non-interactive
Apply all modules
terragrunt run-all apply --terragrunt-non-interactive