From b1845643fc4d8802b5cf6b8f9ae046f7ac6a3671 Mon Sep 17 00:00:00 2001 From: neoandmatrix Date: Mon, 27 Jan 2025 17:17:37 +0530 Subject: [PATCH] fix: terraform setup fixed --- .github/workflows/slack-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/slack-integration.yml b/.github/workflows/slack-integration.yml index 6bfa2fd7f4..e45613da54 100644 --- a/.github/workflows/slack-integration.yml +++ b/.github/workflows/slack-integration.yml @@ -14,6 +14,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Install terraform + uses: hashicorp/setup-terraform@v3 + with: + terraform_version: "^1.3.7" + terraform_wrapper: false - name: Deploy changes to Slack run: | cd .github/workflows/slack