web01: increase instance size

This commit is contained in:
Jörg Thalheim 2023-07-04 19:10:37 +02:00
parent e9fa02ade5
commit 35e4182f08
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
variable "server_type" {
type = string
default = "cx31"
default = "cpx41"
description = "Hetzner cloud server type"
}