Update dependency gruntwork-io/terragrunt to v0.33.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | ironbank-github | minor |
v0.32.4 -> v0.33.0
|
gruntwork-io/terragrunt | minor |
v0.32.4 -> v0.33.0
|
Release Notes
gruntwork-io/terragrunt
v0.33.0
Updated CLI args, config attributes and blocks
-
destroy
[BEHAVIOR CHANGE]
Description
- Running
destroy
on a single module will now check fordependency
references that point to that module. If there are any modules that reference the module being destroyed,terragrunt
will warn you with the list of modules that point to the module being destroyed and prompt for a confirmation that you are ok destroying the module. To avoid the prompt and restore previous behavior, you can pass in--terragrunt-non-interactive
.
Special thanks
Special thanks to @denis256 for their contribution!
Related links
v0.32.6
Updated CLI args, config attributes and blocks
include
Description
- You can now access later stage configuration elements in exposed includes (e.g.,
inputs
) if certain conditions are met. Refer to the updated documentation for more info (specifically, section "Limitations on accessing exposed config").
Related links
v0.32.5
Description
- Fixed bug where Terragrunt did not correctly handle generated remote state backend configurations in
run-all
commands.
Related links
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.