From aac5d84eb99384d618b788f0cb0ebd3376ba1d55 Mon Sep 17 00:00:00 2001 From: Sivaanand Murugesan Date: Fri, 20 Dec 2024 11:04:02 +0530 Subject: [PATCH] ci fix --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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