Авто-повтор при ошибках блокировки terragrunt
Получить выходы зависимостей из state чтобы избежать проблем порядка
terragrunt apply --terragrunt-no-auto-approve --terragrunt-fetch-dependency-output-from-state
more terragrunt
all 15 commands →
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
Валидация всех конфигов
terragrunt run-all validate