UNCLASSIFIED - NO CUI

Skip to content

Update dependency gruntwork-io/terragrunt to v0.46.1

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.45.18 -> v0.46.1
gruntwork-io/terragrunt minor v0.45.18 -> v0.46.1

Dependency Lookup Warnings

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

gruntwork-io/terragrunt

v0.46.1

Compare Source

Updated CLI args, config attributes and blocks
  • dependency
Description
  • Fixed dependencies output reading during destroy execution.
Related links

v0.46.0

Compare Source

Updated CLI args, config attributes and blocks

  • before_hook [BACKWARD INCOMPATIBLE]
  • after_hook [BACKWARD INCOMPATIBLE]
  • error_hook [BACKWARD INCOMPATIBLE]

Description

  • Fixed redirection of stdout to stderr in hooks execution.

Migration guide

To disable stdout redirection should be defined attribute suppress_stdout = true in the hook declaration:

terraform {
    ... 
  after_hook "after_init_from_module" {
    ...
    suppress_stdout = true
  }
  after_hook "after_init" {
    ...
    suppress_stdout = true
  }
  error_hook "handle_error" {
    ...
    suppress_stdout = true
  }
}

Related Links


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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