Switch to CPX42 in Nuremberg (CX53 unavailable)#2
Merged
Conversation
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>
Terraform Plan OutputClick to expandTerraform 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CX53 is sold out globally across all Hetzner datacenters. Switch to CPX42 in Nuremberg:
Test plan
🤖 Generated with Claude Code