From 4356588131152cc2205b7d3221f14f758bcbc663 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 19 Feb 2022 22:07:04 +0100 Subject: [PATCH] Add node --- 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 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 }