🔎 Clarify Hetzner available VM sizes

This commit is contained in:
Jérôme Petazzoni
2026-06-08 14:17:00 +02:00
parent 45f8e66876
commit 8a31ab8298

View File

@@ -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"
}
}