mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 08:52:37 +00:00
Merge branch 'main' into dependabot/npm_and_yarn/nock-13.3.4
This commit is contained in:
commit
b254ded8b3
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ A specific version of Terraform CLI can be installed:
|
||||||
steps:
|
steps:
|
||||||
- uses: hashicorp/setup-terraform@v2
|
- uses: hashicorp/setup-terraform@v2
|
||||||
with:
|
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:
|
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.
|
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,
|
- `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)
|
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
|
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`.
|
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
|
- `terraform_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue