diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cab109..5705056 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: with: terraform_version: 1.3.4 - name: Setup tflint - uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 + uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e - name: Run terraform fmt run: terraform fmt -check -recursive ./terraform - name: Run tflint