Skip to content

Commit b6d4863

Browse files
committed
Fix prod deploy github action
1 parent bd5e8e3 commit b6d4863

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
node-version: 22.x
2424
cache: "yarn"
2525

26+
- name: Setup Terraform
27+
uses: hashicorp/setup-terraform@v2
28+
with:
29+
terraform_version: 1.12.2
30+
2631
- name: Restore Yarn Cache
2732
uses: actions/cache@v4
2833
with:
@@ -99,6 +104,11 @@ jobs:
99104
with:
100105
node-version: 22.x
101106

107+
- name: Setup Terraform
108+
uses: hashicorp/setup-terraform@v2
109+
with:
110+
terraform_version: 1.12.2
111+
102112
- uses: actions/checkout@v4
103113
env:
104114
HUSKY: "0"

0 commit comments

Comments
 (0)