Skip to content

Switch to CPX42 in Nuremberg (CX53 unavailable)#2

Merged
cmyui merged 1 commit intomainfrom
terraform-cx53-migration
Mar 8, 2026
Merged

Switch to CPX42 in Nuremberg (CX53 unavailable)#2
cmyui merged 1 commit intomainfrom
terraform-cx53-migration

Conversation

@cmyui
Copy link
Copy Markdown
Member

@cmyui cmyui commented Mar 8, 2026

Summary

CX53 is sold out globally across all Hetzner datacenters. Switch to CPX42 in Nuremberg:

  • 8 vCPU, 16GB RAM, 320GB NVMe — €21.99/mo
  • MySQL buffer pool adjusted from 20GB to 8GB for 16GB RAM system

Test plan

  • Verify plan output shows server type change + location change
  • Confirm CPX42 is available in nbg1

🤖 Generated with Claude Code

CX53 is sold out globally. CPX42 is available in nbg1:
- 8 vCPU, 16GB RAM, 320GB NVMe — €21.99/mo
- MySQL buffer pool adjusted to 8GB for 16GB RAM system

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 8, 2026

Terraform Plan Output

Click to expand
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # hcloud_server.production will be created
  + resource "hcloud_server" "production" {
      + allow_deprecated_images    = false
      + backup_window              = (known after apply)
      + backups                    = false
      + datacenter                 = (known after apply)
      + delete_protection          = false
      + firewall_ids               = [
          + 10658414,
        ]
      + id                         = (known after apply)
      + ignore_remote_firewall_ids = false
      + image                      = "ubuntu-24.04"
      + ipv4_address               = (known after apply)
      + ipv6_address               = (known after apply)
      + ipv6_network               = (known after apply)
      + keep_disk                  = false
      + labels                     = {
          + "environment" = "production"
          + "project"     = "akatsuki"
        }
      + location                   = "nbg1"
      + name                       = "akatsuki-production"
      + primary_disk_size          = (known after apply)
      + rebuild_protection         = false
      + server_type                = "cpx42"
      + shutdown_before_deletion   = false
      + ssh_keys                   = [
          + "108711081",
        ]
      + status                     = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + server_ip     = (known after apply)
  + server_status = (known after apply)

@cmyui cmyui merged commit 499c0e2 into main Mar 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant