From 1f286384c2be465354abd1d1e6d1ce7f363e5719 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 19 Feb 2022 22:03:37 +0100 Subject: [PATCH] Add master --- infrastructure/create-resources/hcloud.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/create-resources/hcloud.tf b/infrastructure/create-resources/hcloud.tf index 2d08201..f2db202 100644 --- a/infrastructure/create-resources/hcloud.tf +++ b/infrastructure/create-resources/hcloud.tf @@ -1,6 +1,6 @@ variable "serverctl_master_count" { - default = 0 + default = 1 } variable "serverctl_node_count" {