Add node
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-02-19 22:07:04 +01:00
parent 1f286384c2
commit 4356588131
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -4,7 +4,7 @@ variable "serverctl_master_count" {
} }
variable "serverctl_node_count" { variable "serverctl_node_count" {
default = 0 default = 1
} }