Files
2022-04-07 17:38:09 -04:00

32 lines
341 B
HCL

variable "proxmox_host" {
default = ""
}
variable "proxmox_api_url" {
default = ""
}
variable "template_name" {
default = ""
}
variable "ssh_key" {
default = ""
}
variable "ssh_user" {
default = ""
}
variable "vm_storage_disk" {
default = ""
}
variable "vm_network_bridge" {
default = ""
}
variable "vm_pool" {
default = ""
}