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