add additional note about the bug fix to wrapper

This commit is contained in:
Austin Valle 2023-10-27 13:45:27 -04:00
parent fd5f36a60a
commit 81ee305c3a

View file

@ -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"