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 1515 required : true
1616 type : string
1717 description : " Specifies the terraform version."
18+ node_version :
19+ required : true
20+ type : number
21+ description : " Specifies the node version."
1822 working_directory :
1923 required : true
2024 type : string
@@ -110,7 +114,7 @@ jobs:
110114 id : node_setup
111115 uses : actions/setup-node@v4
112116 with :
113- node-version : 18
117+ node-version : ${{ inputs.node_version }}
114118
115119 # Setup Terraform
116120 - name : Setup Terraform
@@ -205,7 +209,7 @@ jobs:
205209 id : node_setup
206210 uses : actions/setup-node@v4
207211 with :
208- node-version : 18
212+ node-version : ${{ inputs.node_version }}
209213
210214 # Setup Terraform
211215 - name : Setup Terraform
Original file line number Diff line number Diff line change 2222 environment : " dev"
2323 config : " PerfectThymeTech"
2424 terraform_version : " 1.6.6"
25+ node_version : 18
2526 working_directory : " ./code/infra"
2627 tenant_id : " 3556be79-2979-4b19-a1af-4dd4e6d9ed7e"
2728 subscription_id : " 8f171ff9-2b5b-4f0f-aed5-7fa360a1d094"
You can’t perform that action at this time.
0 commit comments