github gruntwork-io/terragrunt v0.28.1

latest releases: v0.55.20, v0.55.19, v0.55.18...
3 years ago

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

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.