♻️ Update Hetzner instance type

cpx instances aren't available in Europe, so let's switch to cx instead.
This commit is contained in:
Jérôme Petazzoni
2026-05-25 17:52:22 +02:00
parent 06280963b3
commit 8c253e7773

View File

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