From 2be75a694b9c6f80ecd305d4b6c7312674a63cb4 Mon Sep 17 00:00:00 2001 From: Tushar <141230066+neoandmatrix@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:50:44 +0530 Subject: [PATCH] fix: terraform setup added (#1665) --- .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