NTP/tf/vars.tf

19 lines
295 B
Terraform
Raw Normal View History

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
}