diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c89ddec7..d75dc157 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,11 @@ jobs: with: go-version-file: go.mod + - name: Install Terraform + uses: hashicorp/setup-terraform@v2 + with: + terraform_version: 1.5.2 + - name: Ensure reviewable run: make check-diff