Document pre-release behavior (#73)

* Add user agent reporting to terraform download
* Upgrade js-releases dependency
This commit is contained in:
Audrey Eschright 2020-12-08 11:26:01 -08:00 committed by GitHub
parent 32c4f59108
commit 5d2ec201a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 18 deletions

View file

@ -147,8 +147,8 @@ The action supports the following inputs:
- `terraform_version` - (optional) The version of Terraform CLI to install. Instead of a full version string,
you can also specify a constraint string (see [Semver Ranges](https://www.npmjs.com/package/semver#ranges)
for available range specifications). Examples are: `<0.14.0`, `~0.13.0`, `0.13.x` (all three installing
the latest available 0.13 version). Prerelease versions are always ignored. The special value of `latest`
installs the latest version of Terraform CLI. Defaults to `latest`.
the latest available 0.13 version). Prerelease versions can be specified and a range will stay within the
given tag such as `beta` or `rc`. If no version is given, it will default to `latest`.
- `terraform_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of
the `terraform` binary and expose its STDOUT, STDERR, and exit code as outputs