Skip to content

Commit 49fbf8a

Browse files
committed
fix: terraform setup fixed
1 parent 4adc205 commit 49fbf8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/slack-integration.yml

+5
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)