mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 00:22:34 +00:00
Document pre-release behavior (#73)
* Add user agent reporting to terraform download * Upgrade js-releases dependency
This commit is contained in:
parent
32c4f59108
commit
5d2ec201a9
5 changed files with 21 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue