Init with upgrade terragrunt
Re-initialise and upgrade provider locks
terragrunt init --upgrade
more terragrunt
all 15 commands →
Render final config
terragrunt render-json
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