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

Create Hetzner cloud servers in Falkenstein (Germany)

Sven considers this location to have higher capacity and reliability.
parent 7c6ef782
No related branches found
No related tags found
1 merge request!511Create Hetzner cloud servers in Falkenstein (Germany)
Pipeline #13238 passed
...@@ -110,7 +110,7 @@ resource "hcloud_server" "machine" { ...@@ -110,7 +110,7 @@ resource "hcloud_server" "machine" {
name = each.key name = each.key
image = data.hcloud_image.archlinux.id image = data.hcloud_image.archlinux.id
server_type = each.value.server_type server_type = each.value.server_type
location = "nbg1" location = "fsn1"
lifecycle { lifecycle {
ignore_changes = [image, location] 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