2024-06-17 16:46:12 +00:00
|
|
|
|
2024-06-18 18:21:22 +00:00
|
|
|
variable "px_node_cessy" {
|
2024-06-17 16:46:12 +00:00
|
|
|
type = string
|
|
|
|
default = "n00"
|
|
|
|
}
|
2024-06-18 18:21:22 +00:00
|
|
|
variable "px_vmid_cessy" {
|
|
|
|
type = number
|
|
|
|
default = 123
|
|
|
|
}
|
2024-06-17 16:46:12 +00:00
|
|
|
|
2024-06-18 18:21:22 +00:00
|
|
|
variable "px_node_cranves" {
|
|
|
|
type = string
|
|
|
|
default = "fatty" # Coz backuped by chronos
|
|
|
|
}
|
|
|
|
variable "px_vmid_cranves" {
|
2024-06-17 16:46:12 +00:00
|
|
|
type = number
|
2024-06-18 18:21:22 +00:00
|
|
|
default = 123
|
2024-06-17 16:46:12 +00:00
|
|
|
}
|