Validate all configs terragrunt
Run terraform validate across all modules
terragrunt run-all validate
more terragrunt
all 15 commands →
Output remote state values
terragrunt output -json | jq '.'
Init with upgrade
terragrunt init --upgrade
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