Skip to content

Commit dcc2270

Browse files
committed
Make deploy terraform action use Cardano node version
1 parent 33e154d commit dcc2270

File tree

1 file changed

+4
-0
lines changed
  • .github/workflows/actions/deploy-terraform-infrastructure

1 file changed

+4
-0
lines changed

.github/workflows/actions/deploy-terraform-infrastructure/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ inputs:
1717
cardano_network:
1818
description: Cardano network name.
1919
required: true
20+
cardano_node_version:
21+
description: Cardano node version.
22+
required: true
2023
google_region:
2124
description: Google Cloud region name.
2225
required: true
@@ -133,6 +136,7 @@ runs:
133136
cat > ./env.variables.tfvars << EOF
134137
environment_prefix = "${{ inputs.environment_prefix }}"
135138
cardano_network = "${{ inputs.cardano_network }}"
139+
cardano_image_id = "${{ inputs.cardano_node_version }}"
136140
google_region = "${{ inputs.google_region }}"
137141
google_zone = "${{ inputs.google_zone }}"
138142
google_machine_type = "${{ inputs.google_machine_type }}"

0 commit comments

Comments
 (0)