Upgrade Hetzner VMs to new tiers

This commit is contained in:
Jake Howard 2025-10-24 14:07:52 +01:00
parent b280bb8588
commit 6a2b3bf7fb
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
resource "hcloud_server" "grimes" { resource "hcloud_server" "grimes" {
name = "grimes" name = "grimes"
image = "debian-12" image = "debian-12"
server_type = "cx22" server_type = "cx23"
location = "nbg1" location = "nbg1"
delete_protection = true delete_protection = true
rebuild_protection = true rebuild_protection = true

View file

@ -1,7 +1,7 @@
resource "hcloud_server" "walker" { resource "hcloud_server" "walker" {
name = "walker" name = "walker"
image = "debian-12" # Not true - that was just the initial install. image = "debian-12" # Not true - that was just the initial install.
server_type = "cx22" server_type = "cx23"
location = "nbg1" location = "nbg1"
delete_protection = true delete_protection = true
rebuild_protection = true rebuild_protection = true