diff --git a/prepare-labs/terraform/providers/hetzner/variables.tf b/prepare-labs/terraform/providers/hetzner/variables.tf index be7615f0..bc3532c1 100644 --- a/prepare-labs/terraform/providers/hetzner/variables.tf +++ b/prepare-labs/terraform/providers/hetzner/variables.tf @@ -14,9 +14,9 @@ $ hcloud server-type list | grep shared variable "node_sizes" { type = map(any) default = { - S = "cpx11" - M = "cpx21" - L = "cpx31" + S = "cx11" # These are actually not available anymore :-) + M = "cx23" + L = "cx33" } }