From 3fafb85780352501aac8f57abd54ec436aea85a8 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 28 Feb 2026 22:13:13 +0000 Subject: [PATCH] fix: Switch to nbg1 location (fsn1 unavailable) --- terraform.tfvars.example | 2 +- terraform/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index ca9a579..8903b8d 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -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"] diff --git a/terraform/variables.tf b/terraform/variables.tf index 2761a56..74c5bd1 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -49,7 +49,7 @@ variable "worker_type" { variable "location" { description = "Hetzner datacenter location" type = string - default = "fsn1" + default = "nbg1" } variable "allowed_ssh_ips" {