🔧 Adjust instance types for Hetzner

This commit is contained in:
Jérôme Petazzoni
2024-09-17 17:16:07 +02:00
parent e573d520e9
commit a3d543c6fe

View File

@@ -14,9 +14,9 @@ $ hcloud server-type list | grep shared
variable "node_sizes" {
type = map(any)
default = {
S = "cx11"
M = "cx21"
L = "cx31"
S = "cpx11"
M = "cpx21"
L = "cpx31"
}
}