Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
terragrunt
/
Output всех модулей
Output всех модулей
terragrunt
Вывести outputs всех модулей в JSON
terragrunt run-all output -json
⎘ copy
#terragrunt
more terragrunt
all 15 commands →
Валидация всех конфигов
terragrunt run-all validate
Plan для одного модуля
terragrunt plan
Apply для всех модулей
terragrunt run-all apply
Destroy всех модулей
terragrunt run-all destroy --terragrunt-non-interactive
Validate всех конфигов
terragrunt run-all validate