diff --git a/proxmox.variables.tf b/proxmox.variables.tf index b4de549..7e4b0ee 100644 --- a/proxmox.variables.tf +++ b/proxmox.variables.tf @@ -32,3 +32,17 @@ variable "proxmox_apikey" { variable "node_name" { default = "fenix" } + +variable "proxmox_VM_username" +{ + description = "Proxmox VM user name" + type = string + sensitive = true +} + +variable "proxmox_VM_password" +{ + description = "Proxmox VM password" + type = string + sensitive = true +} \ No newline at end of file