UNCLASSIFIED - NO CUI

Skip to content

Update dependency gruntwork-io/terragrunt to v0.33.0

renovate requested to merge renovate/gruntwork-io-terragrunt-0.x into development

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

Compare Source

Updated CLI args, config attributes and blocks
  • destroy [BEHAVIOR CHANGE]
Description
  • Running destroy on a single module will now check for dependency 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

Compare Source

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

Compare Source

Description
  • Fixed bug where Terragrunt did not correctly handle generated remote state backend configurations in run-all commands.
Related links

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports

Loading