From 81ee305c3a72beca5b93eb6203ede1b30772bf5f Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Fri, 27 Oct 2023 13:45:27 -0400 Subject: [PATCH] add additional note about the bug fix to wrapper --- .changes/unreleased/NOTES-20231027-134331.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changes/unreleased/NOTES-20231027-134331.yaml diff --git a/.changes/unreleased/NOTES-20231027-134331.yaml b/.changes/unreleased/NOTES-20231027-134331.yaml new file mode 100644 index 0000000..6833002 --- /dev/null +++ b/.changes/unreleased/NOTES-20231027-134331.yaml @@ -0,0 +1,10 @@ +kind: NOTES +body: The wrapper around the installed Terraform binary has been fixed to return the + exact STDOUT and STDERR from Terraform when executing commands. Previous versions + of setup-terraform may have required workarounds to process the STDOUT in bash, + such as filtering out the first line or selectively parsing STDOUT with jq. These + workarounds may need to be adjusted with `v3.0.0`, which will now return just the + STDOUT/STDERR from Terraform with no errant characters/statements. +time: 2023-10-27T13:43:31.430759-04:00 +custom: + Issue: "367"