From 8a31ab8298d8845000cafba54e27420b59021acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 8 Jun 2026 14:17:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8E=20Clarify=20Hetzner=20available=20?= =?UTF-8?q?VM=20sizes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-labs/terraform/providers/hetzner/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }