Replace terraform action with official one
This commit is contained in:
parent
e8d3a72ea8
commit
6c27401cd5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -25,9 +25,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install terraform
|
||||
uses: marocchino/setup-terraform@v1
|
||||
uses: hashicorp/setup-terraform@v1
|
||||
with:
|
||||
version: "0.13.0"
|
||||
terraform_version: "0.13.0"
|
||||
- name: Initialize Terraform
|
||||
run: ./scripts/terraform/terraform.sh init -backend=false
|
||||
- name: Lint
|
||||
|
|
Loading…
Reference in a new issue