File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
description : The url of the archive of the Cardano binaries
19
19
required : true
20
20
type : string
21
- default : https://github.com/input-output-hk /cardano-node/releases/download/8.7.3 /cardano-node-8.7.3 -linux.tar.gz
21
+ default : https://github.com/IntersectMBO /cardano-node/releases/download/8.9.0 /cardano-node-8.9.0 -linux.tar.gz
22
22
dry_run :
23
23
description : Dry run will not push the Docker images to the registry
24
24
required : true
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ locals {
141
141
variable "cardano_image_id" {
142
142
type = string
143
143
description = " The Cardano image tag of service to deploy"
144
- default = " 8.7.3 "
144
+ default = " 8.9.0 "
145
145
}
146
146
147
147
variable "cardano_image_registry" {
You can’t perform that action at this time.
0 commit comments