Update dependency gruntwork-io/terragrunt to v0.46.1
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
Updated CLI args, config attributes and blocks
dependency
Description
- Fixed dependencies output reading during destroy execution.
Related links
v0.46.0
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.