From c01b74f872f6c25d5dbf852a26f645dd4da7f7f7 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 5 Nov 2021 20:01:38 +0100 Subject: [PATCH] fix(worker): Adjust server-type to cx21-ceph --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 32c7dc1c1..8570e34bb 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -41,6 +41,6 @@ module "workers" { } placement_group_id = hcloud_placement_group.k8s.id ssh_keys = data.hcloud_ssh_keys.all_keys.ssh_keys.*.name - server_type = "cx21" + server_type = "cx21-ceph" user_data = file("templates/cloud-init.tpl") } -- GitLab