Skip to content

Commit 9ffc63c

Browse files
committed
update hetzner s3 & add bootnode to hetzner
1 parent 98b8c78 commit 9ffc63c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terraform/devnet-0/hetzner/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ terraform {
3131
skip_s3_checksum = true
3232
region = "us-east-1"
3333
bucket = "merge-testnets"
34-
key = "infrastructure/template-devnet-0/hetzner-terraform.tfstate"
34+
key = "infrastructure/bal-devnet-0/hetzner-terraform.tfstate"
3535
}
3636
}
3737

terraform/devnet-0/hetzner/nodes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
variable "bootnode" {
33
default = {
44
name = "bootnode"
5-
count = 0
5+
count = 1
66
validator_start = 0
77
validator_end = 0
88
}

terraform/devnet-0/nodes.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
variable "bootnode" {
33
default = {
44
name = "bootnode"
5-
count = 1
5+
count = 0
66
validator_start = 0
77
validator_end = 0
88
}

0 commit comments

Comments
 (0)