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