Give walker more memory
All checks were successful
/ terraform (push) Successful in 49s
/ ansible (push) Successful in 2m25s

This commit is contained in:
Jake Howard 2025-05-31 15:24:50 +01:00
parent cf2c6f80b9
commit 6327e3a7ef
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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