Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
terragrunt
/
Output all module outputs
Output all module outputs
terragrunt
Print outputs from all modules as JSON
terragrunt run-all output -json
⎘ copy
#terragrunt
more terragrunt
all 15 commands →
Validate all configs
terragrunt run-all validate
Plan a single module
terragrunt plan
Apply across all modules
terragrunt run-all apply
Destroy all modules
terragrunt run-all destroy --terragrunt-non-interactive
Validate all configs
terragrunt run-all validate