🔧 Fixes
Terragrunt stdout and stderr streams have been adjusted to more closely align with what users expect when using a tool orchestrating OpenTofu/Terraform.
For more information, read the following docs.
🛠️ Breaking Changes
While a bugfix, if you were relying on the incorrect behavior Terragrunt used, redirecting OpenTofu/Terraform stdout to stderr, you will experience a breaking change in this release.
To avoid having this be a breaking release, you can either use Terragrunt stdout
instead of stderr
for inspecting OpenTofu/Terraform stdout, or you can use stream redirection to reproduce the buggy behavior.
terragrunt plan 1>&2
What's Changed
- fix: Split stdout and stderr streams even when using custom logging by @yhakbar in #3686
- feat: Adding logging docs by @yhakbar in #3688
Full Changelog: v0.70.4...v0.71.0