diff --git a/prepare-labs/terraform/providers/hetzner/variables.tf b/prepare-labs/terraform/providers/hetzner/variables.tf index bc3532c1..fb378300 100644 --- a/prepare-labs/terraform/providers/hetzner/variables.tf +++ b/prepare-labs/terraform/providers/hetzner/variables.tf @@ -15,7 +15,7 @@ variable "node_sizes" { type = map(any) default = { S = "cx11" # These are actually not available anymore :-) - M = "cx23" + M = "cx23" # might have to try cpx22 instead L = "cx33" } }