This repository has been archived by the owner on May 6, 2020. It is now read-only.
Releases: hashicorp/terraform-github-actions
Releases · hashicorp/terraform-github-actions
v0.5.2
v0.5.1
v0.5.0
v0.5.0
Added
- Added new YAML syntax for GitHub Actions.
Changed
- Completely refactored the codebase into one GitHub Action. Please refer to the README for current usage.
Deprecated
N/A
Removed
- Removed all
TF_ACTION
environment variables. Please refer to the README for current usage. - Removed HashiCorp Configuration Language (HCL) syntax.
Fixed
- The actions now use the new YAML syntax. (#67)
- Added support for Terraform 0.11.14. (#42)
- Comments will not be posted to pull requests when
terraform plan
contains no changes. (#29) - Added ability to specify a Terraform version to use. (#23)
Security
N/A