Skip to content

Commit 08dfcfd

Browse files
authored
fix: Move infrastructure to Helsinki (#57)
Because Falkenstein is at max capacity we move testing/dev infra to Helsinki.
1 parent 93d77a2 commit 08dfcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "hcloud_server_type" {
4040
variable "hcloud_location" {
4141
description = "Hetzner Cloud Location used for the environment"
4242
type = string
43-
default = "fsn1"
43+
default = "hel1"
4444
}
4545
variable "hcloud_image" {
4646
description = "Hetzner Cloud Image used for the environment"

0 commit comments

Comments
 (0)