Skip to content

Commit

Permalink
chore(systems): neon: downgrade: cx22
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 27, 2025
1 parent 7b566b4 commit 28265a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/server.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "hcloud_ssh_key" "geko-carbon" {

resource "hcloud_server" "neon" {
name = "neon"
server_type = "cx32"
server_type = "cx22"
image = "debian-11"
location = "hel1" # Helsinki
ssh_keys = ["geko-carbon"]
Expand Down

0 comments on commit 28265a4

Please sign in to comment.