Skip to content

Commit

Permalink
fix: change hetzner server type to a supported one
Browse files Browse the repository at this point in the history
  • Loading branch information
0x07C0 authored Sep 6, 2024
1 parent 8f0370a commit 82fb76f
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 82fb76f

Please sign in to comment.