mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-22 06:16:31 +00:00
♻️ Update Hetzner instance type
cpx instances aren't available in Europe, so let's switch to cx instead.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user