Показать итоговый конфиг terragrunt
Дамп разрешённого terragrunt.hcl как JSON для отладки
terragrunt render-json
more terragrunt
all 15 commands →
Граф зависимостей модулей
terragrunt graph-dependencies | dot -Tsvg > deps.svg
Исключить модуль из run-all
terragrunt run-all plan --terragrunt-exclude-dir ./module-to-skip
Авто-повтор при ошибках блокировки
terragrunt apply --terragrunt-no-auto-approve --terragrunt-fetch-dependency-output-from-state
Plan всех модулей
terragrunt run-all plan --terragrunt-non-interactive
Apply всех модулей
terragrunt run-all apply --terragrunt-non-interactive