Exclude a module from run-all terragrunt
Skip a specific module during stack-wide operations
terragrunt run-all plan --terragrunt-exclude-dir ./module-to-skip
more terragrunt
all 15 commands →
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
Destroy all modules
terragrunt run-all destroy --terragrunt-non-interactive
Output all module outputs
terragrunt run-all output -json