mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 08:52:37 +00:00
add additional note about the bug fix to wrapper
This commit is contained in:
parent
fd5f36a60a
commit
81ee305c3a
1 changed files with 10 additions and 0 deletions
10
.changes/unreleased/NOTES-20231027-134331.yaml
Normal file
10
.changes/unreleased/NOTES-20231027-134331.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue