Update dependency gruntwork-io/terragrunt to v0.69.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gruntwork-io/terragrunt | patch |
v0.69.1 -> v0.69.2
|
|
gruntwork-io/terragrunt | ironbank-github | patch |
v0.69.1 -> v0.69.2
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gruntwork-io/terragrunt (gruntwork-io/terragrunt)
v0.69.2
Updated CLI args, config attributes and blocks
-
--terragrunt-tf-logs-to-json
DEPRECATED: Use terragrunt-log-format
Breaking Changes
- OpenTofu/Terraform
stdout
andstderr
is wrapped in JSON by default with--terragurnt-log-format json
flag. In other words, the previous behavior with the--terragrunt-json-log --terragrunt-tf-logs-to-json
flags is now equivalent to--terragrunt-log-format json
and the previous behavior with the--terragrunt-json-log
is now equivalent to--terragrunt-log-format json --terragrunt-forward-tf-stdout
. - Renaming log keys in
--terragurnt-log-format json
and--terragurnt-log-format key-value
formats:-
tfpath
->tf-path
-
workingDir
->working-dir
-
executedCommandArgs
->tf-command-args
-
What's Changed
- fix: Wrong environment name in docs by @kamontat in https://github.com/gruntwork-io/terragrunt/pull/3600
- fix: Wrap TF stdout and stderr in JSON by @levkohimins in https://github.com/gruntwork-io/terragrunt/pull/3602
New Contributors
- @kamontat made their first contribution in https://github.com/gruntwork-io/terragrunt/pull/3600
Full Changelog: https://github.com/gruntwork-io/terragrunt/compare/v0.69.1...v0.69.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.