Skip to content

v0.28.1

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 02 Feb 17:30
7b2e875

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.

Related links