Skip to content

Releases: tchupp/actions-terraform-pr

v1.0.28

09 Feb 14:19
85eaa1a
Compare
Choose a tag to compare

Changes

v1.0.27

21 Aug 20:22
bd916ce
Compare
Choose a tag to compare

Changes

  • No changes

v1.0.26

18 May 21:43
ae8f1ee
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Revert "chore: add -input=false to avoid hanging if Terraform starts waiting for user input" @ebachle (#32)

v1.0.25

18 May 21:22
d058586
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • chore: add -input=false to avoid hanging if Terraform starts waiting for user input @tchupp (#31)

v1.0.24

09 May 20:49
1d401b9
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v1.0.23

29 Dec 17:45
f1a33c9
Compare
Choose a tag to compare

Changes

  • docs: Update examples to use modern dependencies, prevent set-output deprecation @ebachle (#29)

v1.0.22

28 Dec 22:02
bfe72b3
Compare
Choose a tag to compare

Changes

v1.0.21

28 Dec 21:46
0df0b87
Compare
Choose a tag to compare

Changes

  • chore: Update to fix set-output command deprecation @ebachle (#26)

v1.0.20

04 Jul 19:06
479bf46
Compare
Choose a tag to compare

Changes

  • (fix) Use a file to transfer the plan without wrapper @ebachle (#24)

v1.0.19

04 Jul 17:33
dbba313
Compare
Choose a tag to compare

Changes

  • (fix) Use Step Outputs to Pass stdout and stderr easier @ebachle (#23)
    • Fixes issues with the plan being in the direct output and in the ::set-output:: directive inside the terraform-wrapper. Also allows simplification
    • Fixes code block formatting issues
    • Checks raw plan for "No changes" in case for some reason it gets truncated.