From f50528f81e8114483943f696b2fd7b3e22e1d552 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 11 Jul 2023 15:54:57 +0000 Subject: [PATCH] chore: update workers --- infrastructure/versions.tf | 4 ++-- infrastructure/vms.auto.tfvars | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/infrastructure/versions.tf b/infrastructure/versions.tf index 4619a39..ec8952b 100644 --- a/infrastructure/versions.tf +++ b/infrastructure/versions.tf @@ -4,11 +4,11 @@ terraform { required_providers { hcloud = { source = "hetznercloud/hcloud" - version = "1.38.2" + version = "1.41.0" } ct = { source = "poseidon/ct" - version = "0.11.0" + version = "0.13.0" } template = { source = "hashicorp/template" diff --git a/infrastructure/vms.auto.tfvars b/infrastructure/vms.auto.tfvars index bc4682d..50eab5b 100644 --- a/infrastructure/vms.auto.tfvars +++ b/infrastructure/vms.auto.tfvars @@ -6,6 +6,14 @@ k3os_workers = { private_ip = "172.23.2.24" } + "worker1-gen4" = { + backups = false + node_type = "worker" + server_type = "cx31" + private_ip = "172.23.2.20" + } + + "worker2-gen3" = { backups = false node_type = "worker"