From 4556b5b19d01db4b6e5691d0ffe4d0e5ff21d960 Mon Sep 17 00:00:00 2001 From: Said Sef <6002187+saidsef@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:50:25 +0100 Subject: [PATCH] chore: add TF 1.7 to ci workflow (#28) --- .github/workflows/ci.yaml | 2 +- .github/workflows/tfsec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 373476a..b3ce0e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: true matrix: - tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "latest"] + tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "latest"] steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/tfsec.yaml b/.github/workflows/tfsec.yaml index b19448a..1f23cb6 100644 --- a/.github/workflows/tfsec.yaml +++ b/.github/workflows/tfsec.yaml @@ -37,7 +37,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.5 + terraform_version: latest - name: Example Remote Validate run: | cd examples/remote