Files
server/proxmox/homeassistant/variables.tf

12 lines
367 B
HCL

variable "proxmox_endpoint" {}
variable "proxmox_user" {}
variable "proxmox_password" { sensitive = true }
variable "proxmox_node" { default = "pve" }
variable "proxmox_ssh_username" {}
variable "proxmox_ssh_privkey_path" {}
variable "proxmox_datastore" { default = "local" }
variable "bridge" { default = "vmbr0" }
variable "vm_datastore" { default = "local-vm" }