Replace terraform action with official one

This commit is contained in:
Jake Howard 2020-11-22 16:21:48 +00:00
parent e8d3a72ea8
commit 6c27401cd5
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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