backups/tf/vars.tf

11 lines
139 B
Terraform
Raw Normal View History

variable "proxmox_node_name" {
type = string
default = "hyper00"
}
variable "proxmox_vmid" {
type = number
default = 109
}