NTP/tf/vars.tf
Frank Villaro-Dixon 86a215c074 TF: be modularized
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
2024-06-18 20:21:22 +02:00

19 lines
295 B
HCL

variable "px_node_cessy" {
type = string
default = "n00"
}
variable "px_vmid_cessy" {
type = number
default = 123
}
variable "px_node_cranves" {
type = string
default = "fatty" # Coz backuped by chronos
}
variable "px_vmid_cranves" {
type = number
default = 123
}