diff --git a/infrastructure/create-resources/hcloud.tf b/infrastructure/create-resources/hcloud.tf index f2db202..d7afa14 100644 --- a/infrastructure/create-resources/hcloud.tf +++ b/infrastructure/create-resources/hcloud.tf @@ -4,7 +4,7 @@ variable "serverctl_master_count" { } variable "serverctl_node_count" { - default = 0 + default = 1 }