chore: refined control script
This commit is contained in:
+4
-4
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user