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"