Skip to content
Snippets Groups Projects
Commit 7c6ef782 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Merge branch 'hetzner-nuremberg' into 'master'

Create Hetzner cloud servers in Nuremberg (Germany)

See merge request !510
parents 43b89a05 508905fd
No related branches found
No related tags found
1 merge request!510Create Hetzner cloud servers in Nuremberg (Germany)
Pipeline #13231 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