Исключить модуль из run-all terragrunt
Пропустить конкретный модуль при операциях по всему стеку
terragrunt run-all plan --terragrunt-exclude-dir ./module-to-skip
more terragrunt
all 15 commands →
Авто-повтор при ошибках блокировки
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
Output всех модулей
terragrunt run-all output -json