File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
.github/workflows/actions/deploy-terraform-infrastructure Expand file tree Collapse file tree 1 file changed +4
-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 }}"
You can’t perform that action at this time.
0 commit comments