- Update js-releases to v1.4.0 to address HCSEC-2021-12 (#111)
- Update js-releases to fix missing dep in bundle (#78)
- Fix build dependency (#76)
- Use
@hashicorp/js-releases
package to identify and download the specified version of Terraform. This will ensure that our tooling is consistent in how it works with the releases API, especially when handling pre-releases. (#70, #73)
- Update dependencies to resolve CVE-2020-15228 (#63)
- Allow
terraform_version
to take a version constraint. (#38)
- Ignore pre-release versions when
terraform_version
is set tolatest
. (#19)
- Bump @actions/http-client from 1.0.6 to 1.0.8. (#1)
- Initial release.