Update dependency gruntwork-io/terragrunt to v0.32.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | ironbank-github | minor |
v0.31.11 -> v0.32.1
|
gruntwork-io/terragrunt | minor |
v0.31.11 -> v0.32.1
|
Release Notes
gruntwork-io/terragrunt
v0.32.1
Updated CLI args, config attributes and blocks
dependency
Description
- Fixed bug where
mock_outputs_merge_with_state
ignoredmock_outputs_allowed_terraform_commands
Related links
v0.32.0
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 bareinclude
block with no labels (e.g.,include {}
) is deprecated. It is recommended to update your configuration starting this release to attach a label to allinclude
blocks (e.g.,include "root" {}
). You can learn more about multiple include blocks in the updated documentation.
Related links
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.