Skip to content

Commit 2be75a6

Browse files
authored
fix: terraform setup added (#1665)
1 parent 656cb2e commit 2be75a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/slack-integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
- name: Install terraform
18+
uses: hashicorp/setup-terraform@v3
19+
with:
20+
terraform_version: "^1.3.7"
21+
terraform_wrapper: false
1722
- name: Deploy changes to Slack
1823
run: |
1924
cd .github/workflows/slack

0 commit comments

Comments
 (0)