Skip to content

Commit 21c4562

Browse files
committed
tests/hcloud: use cheaper finnland
1 parent 2e6576a commit 21c4562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/tests/hcloud/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ resource "hcloud_server" "test_server" {
7777
name = "${var.test_name_prefix}-server"
7878
image = "ubuntu-22.04"
7979
server_type = "cx22"
80-
location = "nbg1"
80+
location = "hel1"
8181
ssh_keys = [hcloud_ssh_key.test_key.id]
8282

8383
labels = {

0 commit comments

Comments
 (0)