diff --git a/hetzner.pkr.hcl b/hetzner.pkr.hcl index 05bd194..79d8bc4 100644 --- a/hetzner.pkr.hcl +++ b/hetzner.pkr.hcl @@ -11,7 +11,7 @@ variable "glueops_codespaces_container_tag" { source "hcloud" "base-amd64" { image = var.base_image location = "nbg1" - server_type = "cx11" + server_type = "cx22" server_name = "packer-${var.glueops_codespaces_container_tag}" ssh_username = "root" snapshot_name = "${var.glueops_codespaces_container_tag}" @@ -44,4 +44,4 @@ packer { version = "1.6.0" } } -} \ No newline at end of file +}