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 runterraform init
against a stack usingterragrunt run-all init
. xxx-all
commands have now been deprecated in favor ofrun-all
. Each command still works for backwards compatibility, but may be removed in the future.