We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5e8e3 commit b6d4863Copy full SHA for b6d4863
.github/workflows/deploy-prod.yml
@@ -23,6 +23,11 @@ jobs:
23
node-version: 22.x
24
cache: "yarn"
25
26
+ - name: Setup Terraform
27
+ uses: hashicorp/setup-terraform@v2
28
+ with:
29
+ terraform_version: 1.12.2
30
+
31
- name: Restore Yarn Cache
32
uses: actions/cache@v4
33
with:
@@ -99,6 +104,11 @@ jobs:
99
104
100
105
101
106
107
108
109
110
111
102
112
- uses: actions/checkout@v4
103
113
env:
114
HUSKY: "0"
0 commit comments