Skip to content

Commit

Permalink
fix: Move infrastructure to Helsinki (#57)
Browse files Browse the repository at this point in the history
Because Falkenstein is at max capacity we move testing/dev infra to
Helsinki.
  • Loading branch information
lukasmetzner authored Oct 23, 2024
1 parent 93d77a2 commit 08dfcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "hcloud_server_type" {
variable "hcloud_location" {
description = "Hetzner Cloud Location used for the environment"
type = string
default = "fsn1"
default = "hel1"
}
variable "hcloud_image" {
description = "Hetzner Cloud Image used for the environment"
Expand Down

0 comments on commit 08dfcfd

Please sign in to comment.