fix: Switch to nbg1 location (fsn1 unavailable)
This commit is contained in:
@@ -16,7 +16,7 @@ control_plane_type = "cx23"
|
|||||||
worker_count = 4
|
worker_count = 4
|
||||||
worker_type = "cx33"
|
worker_type = "cx33"
|
||||||
|
|
||||||
location = "fsn1"
|
location = "nbg1"
|
||||||
|
|
||||||
allowed_ssh_ips = ["0.0.0.0/0"]
|
allowed_ssh_ips = ["0.0.0.0/0"]
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ variable "worker_type" {
|
|||||||
variable "location" {
|
variable "location" {
|
||||||
description = "Hetzner datacenter location"
|
description = "Hetzner datacenter location"
|
||||||
type = string
|
type = string
|
||||||
default = "fsn1"
|
default = "nbg1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "allowed_ssh_ips" {
|
variable "allowed_ssh_ips" {
|
||||||
|
|||||||
Reference in New Issue
Block a user