Skip to content

Commit

Permalink
fix: cx11 is deprecated/removed from hetzner instance types
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 19, 2024
1 parent 8002f2c commit 378cb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hetzner.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -44,4 +44,4 @@ packer {
version = "1.6.0"
}
}
}
}

0 comments on commit 378cb37

Please sign in to comment.