README.md: quote terraform_version attribute value (#279)

Co-authored-by: Austin Valle <austinvalle@gmail.com>
This commit is contained in:
Janne Savikko 2023-10-17 14:20:19 +03:00 committed by GitHub
parent e192cfcbae
commit f231b15c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ A specific version of Terraform CLI can be installed:
steps:
- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.1.7
terraform_version: "1.1.7"
```
Credentials for Terraform Cloud ([app.terraform.io](https://app.terraform.io/)) can be configured:
@ -248,7 +248,7 @@ The action supports the following inputs:
place within the credentials block of the Terraform CLI configuration file.
- `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.2.0`, `~1.1.0`, `1.1.7` (all three installing
for available range specifications). Examples are: `"<1.2.0"`, `"~1.1.0"`, `"1.1.7"` (all three installing
the latest available `1.1` 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