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

Create Hetzner cloud servers in Nuremberg (Germany)

Follow-up to [1]; while most of our cloud servers are in Helsinki, the
latency from most of Europe is lower when accessing servers in Germany.

Pinging from multiple locations using ping.pe, the latency to Nuremberg
from most locations appears to be 10-20ms lower (compared to Helsinki).

[1] !500
parent 43b89a05
No related branches found
No related tags found
1 merge request!510Create Hetzner cloud servers in Nuremberg (Germany)
Pipeline #13228 passed
......@@ -110,7 +110,7 @@ resource "hcloud_server" "machine" {
name = each.key
image = data.hcloud_image.archlinux.id
server_type = each.value.server_type
location = "hel1"
location = "nbg1"
lifecycle {
ignore_changes = [image, location]
}
......
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