From 6c27401cd568a42a7553a4159976f177ee7b26a6 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 22 Nov 2020 16:21:48 +0000 Subject: [PATCH] Replace terraform action with official one --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf9d2a..501c23a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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