mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
Fix version examples (#48)
The incorrect versions threw me off and resulted in a strange error: ``` (s || "").replace is not a function ```
This commit is contained in:
parent
ae603c4b3a
commit
b976864f20
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,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: `<1.13.0`, `~1.12`, `1.12.x` (all three installing
|
||||
the latest available 1.12 version). The special value of `latest` installs the latest version of
|
||||
for available range specifications). Examples are: `<0.13.0`, `~0.12`, `0.12.x` (all three installing
|
||||
the latest available 0.12 version). The special value of `latest` installs the latest version of
|
||||
Terraform CLI. Defaults to `latest`.
|
||||
|
||||
- `terraform_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue