File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 15
15
required : true
16
16
type : string
17
17
description : " Specifies the terraform version."
18
+ node_version :
19
+ required : true
20
+ type : number
21
+ description : " Specifies the node version."
18
22
working_directory :
19
23
required : true
20
24
type : string
@@ -110,7 +114,7 @@ jobs:
110
114
id : node_setup
111
115
uses : actions/setup-node@v4
112
116
with :
113
- node-version : 18
117
+ node-version : ${{ inputs.node_version }}
114
118
115
119
# Setup Terraform
116
120
- name : Setup Terraform
@@ -205,7 +209,7 @@ jobs:
205
209
id : node_setup
206
210
uses : actions/setup-node@v4
207
211
with :
208
- node-version : 18
212
+ node-version : ${{ inputs.node_version }}
209
213
210
214
# Setup Terraform
211
215
- name : Setup Terraform
Original file line number Diff line number Diff line change 22
22
environment : " dev"
23
23
config : " PerfectThymeTech"
24
24
terraform_version : " 1.6.6"
25
+ node_version : 18
25
26
working_directory : " ./code/infra"
26
27
tenant_id : " 3556be79-2979-4b19-a1af-4dd4e6d9ed7e"
27
28
subscription_id : " 8f171ff9-2b5b-4f0f-aed5-7fa360a1d094"
You can’t perform that action at this time.
0 commit comments