Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
terragrunt
/
Validate all configs
Validate all configs
terragrunt
Run terraform validate across all modules
terragrunt run-all validate
⎘ copy
#terragrunt
more terragrunt
all 15 commands →
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
Output remote state values
terragrunt output -json | jq '.'