From b001be9825d9e65955e1c6ef91a835aa691e7316 Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Thu, 27 Oct 2022 16:14:39 +1100 Subject: [PATCH] Change terraform image to latest --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2e72b2e..f55c8dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -51,7 +51,7 @@ jobs: name: Minimum version check runs-on: ubuntu-latest container: - image: hashicorp/terraform:0.12.0 + image: hashicorp/terraform:latest steps: - uses: actions/checkout@master - name: Validate Code