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" {