chore: refined control script

This commit is contained in:
2026-07-21 16:53:15 +01:00
parent aa3ea39ddf
commit 7ebd02f6b8
15 changed files with 144 additions and 30 deletions
+4 -4
View File
@@ -13,25 +13,25 @@ variable "network_zone" {
variable "server_image" {
description = "OS image used for all servers."
type = string
default = "ubuntu-24.04"
default = "ubuntu-26.04"
}
variable "dev_server_type" {
description = "Server type for dev"
type = string
default = "cx22"
default = "cx23"
}
variable "prod_server_type" {
description = "Server type for prod"
type = string
default = "cx22"
default = "cx23"
}
variable "vpn_server_type" {
description = "Server type for vpn"
type = string
default = "cx22"
default = "cx23"
}
variable "network_ip_range" {