Releases: hashicorp/terraform-github-actions
Releases · hashicorp/terraform-github-actions
v0.8.0
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
v0.7.1
Fixed
- Fixed missing
tf_actions_plan_has_changes
output when plan
exit code is 0
. (#136)
v0.7.0
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
v0.6.4
Added
- Added the ability to download latest stable Terraform version when
tf_actions_version
is set to latest
.
v0.6.3
v0.6.3
Added
- Added the ability to configure a CLI credentials file to authenticate to Terraform Cloud/Enterprise.
v0.6.2
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
v0.6.1
Fixed
- Fixed improper handling of
args
in each terraform
command when args
contained no value. (#109) (#110)
v0.6.0
v0.6.0
Added
- Allow passing arguments using GitHub Actions
args
attribute. (#105)
Changed
- Updated examples to reflect new additions.
v0.5.4
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
v0.5.3
Fixed
- Fixed improper comment formatting on
fmt
, plan
, and apply
.