Auto-retry on lock errors terragrunt
Fetch dependency outputs from state to avoid ordering issues
terragrunt apply --terragrunt-no-auto-approve --terragrunt-fetch-dependency-output-from-state
more terragrunt
all 15 commands →
Plan all modules
terragrunt run-all plan --terragrunt-non-interactive
Apply all modules
terragrunt run-all apply --terragrunt-non-interactive
Destroy all modules
terragrunt run-all destroy --terragrunt-non-interactive
Output all module outputs
terragrunt run-all output -json
Validate all configs
terragrunt run-all validate