Skip to content
Snippets Groups Projects
Commit baf46f37 authored by Kristian Klausen's avatar Kristian Klausen :tada: Committed by Jelle van der Waa
Browse files

Create Hetzner cloud servers in Helsinki (Finland)

With Hetzner now having a datacenter in the US[1], we don't want to
accidentally create a server in the US, so let's always create them in
Helsinki where most of our cloud servers are.

[1] https://www.hetzner.com/news/11-21-usa-cloud/
parent 21f7ce79
No related branches found
No related tags found
1 merge request!500Create Hetzner cloud servers in Helsinki (Finland)
......@@ -110,8 +110,9 @@ resource "hcloud_server" "machine" {
name = each.key
image = data.hcloud_image.archlinux.id
server_type = each.value.server_type
location = "hel1"
lifecycle {
ignore_changes = [image]
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