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

Merge branch 'hetzner-falkenstein' into 'master'

Create Hetzner cloud servers in Falkenstein (Germany)

See merge request !511
parents 7c6ef782 1872310a
No related branches found
No related tags found
1 merge request!511Create Hetzner cloud servers in Falkenstein (Germany)
Pipeline #13239 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 = "nbg1"
location = "fsn1"
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