github gruntwork-io/terragrunt v0.32.0

latest releases: v0.57.9, v0.57.8, v0.57.7...
2 years ago

Updated CLI args, config attributes and blocks

  • include

Description

NOTE: This release is marked as backward incompatible, but there is no backward incompatible configuration changes. We expect all existing configuration to work as is. However, given the amount of changes internally to the include mechanism, we are marking this release as backward incompatible out of caution. If you encounter any issues using this release with existing configurations, please file an issue on this repo as the intention is to limit backward incompatibilities.

  • Added support for using multiple include blocks in a single configuration. Note that with this change, usage of a bare include block with no labels (e.g., include {}) is deprecated. It is recommended to update your configuration starting this release to attach a label to all include blocks (e.g., include "root" {}). You can learn more about multiple include blocks in the updated documentation.

Related links

Don't miss a new terragrunt release

NewReleases is sending notifications on new releases.