Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
terragrunt
/
Plan a single module
Plan a single module
terragrunt
Run terraform plan in the current Terragrunt module
terragrunt plan
⎘ copy
#terragrunt
#terraform
more terragrunt
all 15 commands →
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 '.'
Init with upgrade
terragrunt init --upgrade