You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Updated CLI args, config attributes and blocks
run-all [new CLI command]
apply-all [deprecated]
plan-all [deprecated]
output-all [deprecated]
destroy-all [deprecated]
validate-all [deprecated]
Description
Terragrunt now has a generic run-all command that allows you to run arbitrary terraform commands against a terragrunt stack. For example, you can run terraform init against a stack using terragrunt run-all init.
xxx-all commands have now been deprecated in favor of run-all. Each command still works for backwards compatibility, but may be removed in the future.