Skip to content

Commit

Permalink
test: updated test server location
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmetzner committed Oct 22, 2024
1 parent 3a5232e commit f50c9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module "dev" {
name = "csi-driver-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
hcloud_token = var.hcloud_token
worker_count = 3
hcloud_location = "hel1"

k3s_channel = var.k3s_channel
}

0 comments on commit f50c9c4

Please sign in to comment.