fix: Switch to nbg1 location (fsn1 unavailable)
Some checks failed
Deploy Cluster / Terraform (push) Failing after 2m34s
Deploy Cluster / Ansible (push) Has been skipped

This commit is contained in:
2026-02-28 22:13:13 +00:00
parent 448e0e15f0
commit 3fafb85780
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ control_plane_type = "cx23"
worker_count = 4
worker_type = "cx33"
location = "fsn1"
location = "nbg1"
allowed_ssh_ips = ["0.0.0.0/0"]

View File

@@ -49,7 +49,7 @@ variable "worker_type" {
variable "location" {
description = "Hetzner datacenter location"
type = string
default = "fsn1"
default = "nbg1"
}
variable "allowed_ssh_ips" {