Skip to content
Snippets Groups Projects
Verified Commit 67e61e72 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

tf-stage1: upscale remaining CX11 cloud servers

Starting September 2024 the lower pricing on our grandfathered CX11
cloud server will go away. Thus, the price will be the same as CX22.
parent 03a45c0a
No related branches found
No related tags found
No related merge requests found
Pipeline #102345 passed
......@@ -49,7 +49,7 @@ locals {
# }
machines = {
"accounts.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "accounts"
}
"archlinux.org" = {
......@@ -74,7 +74,7 @@ locals {
zone = hetznerdns_zone.pkgbuild.id
}
"dashboards.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "dashboards"
}
"debuginfod.archlinux.org" = {
......@@ -90,7 +90,7 @@ locals {
domain = "gluebuddy"
}
"homedir.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "homedir"
}
"lists.archlinux.org" = {
......@@ -98,7 +98,7 @@ locals {
domain = "lists"
}
"mail.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "mail"
}
"man.archlinux.org" = {
......@@ -110,11 +110,11 @@ locals {
domain = "matrix"
}
"md.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "md"
}
"mirror.pkgbuild.com" = {
server_type = "cx11"
server_type = "cx22"
domain = "mirror"
zone = hetznerdns_zone.pkgbuild.id
}
......@@ -127,27 +127,27 @@ locals {
domain = "opensearch"
}
"phrik.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "phrik"
}
"quassel.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "quassel"
}
"redirect.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "redirect"
}
"reproducible.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "reproducible"
}
"security.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "security"
}
"state.archlinux.org" = {
server_type = "cx11"
server_type = "cx22"
domain = "state"
backups = true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment