File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
actions/deploy-terraform-infrastructure Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ inputs:
17
17
cardano_network :
18
18
description : Cardano network name.
19
19
required : true
20
+ cardano_node_version :
21
+ description : Cardano node version.
22
+ required : true
20
23
google_region :
21
24
description : Google Cloud region name.
22
25
required : true
@@ -133,6 +136,7 @@ runs:
133
136
cat > ./env.variables.tfvars << EOF
134
137
environment_prefix = "${{ inputs.environment_prefix }}"
135
138
cardano_network = "${{ inputs.cardano_network }}"
139
+ cardano_image_id = "${{ inputs.cardano_node_version }}"
136
140
google_region = "${{ inputs.google_region }}"
137
141
google_zone = "${{ inputs.google_zone }}"
138
142
google_machine_type = "${{ inputs.google_machine_type }}"
Original file line number Diff line number Diff line change @@ -518,6 +518,7 @@ jobs:
518
518
environment_prefix : ${{ matrix.environment_prefix }}
519
519
environment : ${{ matrix.environment }}
520
520
cardano_network : ${{ matrix.cardano_network }}
521
+ cardano_node_version : ${{ vars.CARDANO_NODE_VERSION }}
521
522
google_region : ${{ matrix.google_region }}
522
523
google_zone : ${{ matrix.google_zone }}
523
524
google_machine_type : ${{ matrix.google_machine_type }}
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ jobs:
192
192
environment_prefix : ${{ matrix.environment_prefix }}
193
193
environment : ${{ matrix.environment }}
194
194
cardano_network : ${{ matrix.cardano_network }}
195
+ cardano_node_version : ${{ vars.CARDANO_NODE_VERSION }}
195
196
google_region : ${{ matrix.google_region }}
196
197
google_zone : ${{ matrix.google_zone }}
197
198
google_machine_type : ${{ matrix.google_machine_type }}
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ jobs:
134
134
environment_prefix : ${{ matrix.environment_prefix }}
135
135
environment : ${{ matrix.environment }}
136
136
cardano_network : ${{ matrix.cardano_network }}
137
+ cardano_node_version : ${{ vars.CARDANO_NODE_VERSION }}
137
138
google_region : ${{ matrix.google_region }}
138
139
google_zone : ${{ matrix.google_zone }}
139
140
google_machine_type : ${{ matrix.google_machine_type }}
You can’t perform that action at this time.
0 commit comments