Skip to content

Commit

Permalink
Merge pull request #1454 from Wandalen/fix-server-type
Browse files Browse the repository at this point in the history
READY: Change hetzner server type to a supported one
  • Loading branch information
Wandalen authored Sep 9, 2024
2 parents 8f0370a + 82fb76f commit 400260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/move/willbe/template/deploy/deploy/hetzner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "hcloud_primary_ip" "primary_ip" {
resource "hcloud_server" "uaconf" {
name = "uaconf-2024"
image = "ubuntu-22.04"
server_type = "cx11"
server_type = "cx22"
datacenter = "hel1-dc2"

public_net {
Expand Down

0 comments on commit 400260c

Please sign in to comment.