Set correct nuimber of controller replicas

This commit is contained in:
Magnus Andersson 2024-10-22 07:13:26 +02:00
parent d9a575f0e6
commit d5663f23e1
Signed by: mandersson
GPG key ID: 1F7C896B34B28164

View file

@ -44,7 +44,7 @@ variable "workerdcreplicas" {
# Replicas per datacenter
variable "controllerdcreplicas" {
default = "2"
default = "1"
}