Upgrades the cloud server to cpx21

For 4GB RAM instead of 2GB
This commit is contained in:
Maximilian Kratz 2023-03-14 16:01:41 +01:00
parent c4990fd8d2
commit ebb7d8aa39

View file

@ -94,7 +94,7 @@ output "server_ip_staging" {
resource "hcloud_server" "production" {
name = "production"
image = "debian-11"
server_type = "cpx11"
server_type = "cpx21"
location = "nbg1"
ssh_keys = ["${data.hcloud_ssh_key.ssh_key.id}"]
user_data = templatefile("user_data.yml.tpl", {