Граф зависимостей модулей terragrunt
Визуализировать граф зависимостей модулей Terragrunt
terragrunt graph-dependencies | dot -Tsvg > deps.svg
more terragrunt
all 15 commands →
Исключить модуль из 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
Destroy всех модулей
terragrunt run-all destroy --terragrunt-non-interactive