Releases: hashicorp/terraform-github-actions
Releases · hashicorp/terraform-github-actions
v0.8.0
25 Feb 18:50
Compare
Sorry, something went wrong.
No results found
v0.8.0
Added
Added an import subcommand. (#117 )
Added a taint subcommand. (#134 )
Changed
Use unary operator to test for non-empty variable. (#145 )
v0.7.1
29 Jan 21:12
Compare
Sorry, something went wrong.
No results found
v0.7.1
Fixed
Fixed missing tf_actions_plan_has_changes output when plan exit code is 0. (#136 )
v0.7.0
29 Jan 15:20
Compare
Sorry, something went wrong.
No results found
v0.7.0
Added
Added tf_actions_plan_output output. (#119 )
Changed
Removed unecessary step in Dockerfile. (#132 )
Fixed
Process multi-line outputs correctly. (#116 )
Fixed typo in outputs documentation. (#126 )
v0.6.4
24 Dec 03:30
Compare
Sorry, something went wrong.
No results found
v0.6.4
Added
Added the ability to download latest stable Terraform version when tf_actions_version is set to latest.
v0.6.3
25 Nov 21:43
Compare
Sorry, something went wrong.
No results found
v0.6.3
Added
Added the ability to configure a CLI credentials file to authenticate to Terraform Cloud/Enterprise.
v0.6.2
18 Nov 02:35
Compare
Sorry, something went wrong.
No results found
v0.6.2
Added
Added an output subcommand and corresponding tf_actions_output output.
Fixed
Fixed improper passing of arguments to the subcommand. (#114 )
v0.6.1
10 Nov 16:31
Compare
Sorry, something went wrong.
No results found
v0.6.1
Fixed
Fixed improper handling of args in each terraform command when args contained no value. (#109 ) (#110 )
v0.6.0
09 Nov 04:16
Compare
Sorry, something went wrong.
No results found
v0.6.0
Added
Allow passing arguments using GitHub Actions args attribute. (#105 )
Changed
Updated examples to reflect new additions.
v0.5.4
09 Nov 03:44
Compare
Sorry, something went wrong.
No results found
v0.5.4
Changed
Always post a comment on a pull request regardless of exit code when using apply. (#97 )
Pass comment content to jq using pipes instead of arguments.
v0.5.3
04 Nov 19:17
Compare
Sorry, something went wrong.
No results found
v0.5.3
Fixed
Fixed improper comment formatting on fmt, plan, and apply.