mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-24 12:17:09 +00:00
Bump terraform to v0.12.25
This commit is contained in:
parent
d06122d8cc
commit
6cf48ade5e
2 changed files with 3 additions and 3 deletions
4
.github/workflows/setup-terraform.yml
vendored
4
.github/workflows/setup-terraform.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
terraform-versions: [0.11.14, 0.12.24]
|
||||
terraform-versions: [0.11.14, 0.12.25]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
terraform-versions: [0.11.14, 0.12.24]
|
||||
terraform-versions: [0.11.14, 0.12.25]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ A specific version of Terraform CLI can be installed.
|
|||
steps:
|
||||
- uses: hashicorp/setup-terraform@v1
|
||||
with:
|
||||
terraform_version: 0.12.24
|
||||
terraform_version: 0.12.25
|
||||
```
|
||||
|
||||
Credentials for Terraform Cloud (app.terraform.io) can be configured.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue