NTP/tf/vars.tf

11 lines
135 B
Terraform
Raw Normal View History

variable "proxmox_node_name" {
type = string
default = "n00"
}
variable "proxmox_vmid" {
type = number
default = 150
}