fix: Switch to nbg1 location (fsn1 unavailable)
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ variable "worker_type" {
|
||||
variable "location" {
|
||||
description = "Hetzner datacenter location"
|
||||
type = string
|
||||
default = "fsn1"
|
||||
default = "nbg1"
|
||||
}
|
||||
|
||||
variable "allowed_ssh_ips" {
|
||||
|
||||
Reference in New Issue
Block a user