Take down servers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-02-19 22:11:50 +01:00
parent 4356588131
commit 5f301ce32a
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

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