Reduce amount of servers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-02-19 21:35:09 +01:00
parent 4da3293569
commit baae7a8d7e
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

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