mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
Upgrade Hetzner VMs to new tiers
This commit is contained in:
parent
b280bb8588
commit
6a2b3bf7fb
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
resource "hcloud_server" "grimes" {
|
||||
name = "grimes"
|
||||
image = "debian-12"
|
||||
server_type = "cx22"
|
||||
server_type = "cx23"
|
||||
location = "nbg1"
|
||||
delete_protection = true
|
||||
rebuild_protection = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
resource "hcloud_server" "walker" {
|
||||
name = "walker"
|
||||
image = "debian-12" # Not true - that was just the initial install.
|
||||
server_type = "cx22"
|
||||
server_type = "cx23"
|
||||
location = "nbg1"
|
||||
delete_protection = true
|
||||
rebuild_protection = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue