Update proxmox.variables.tf

This commit is contained in:
2025-08-26 11:32:00 +00:00
parent 9842d62927
commit d416cda06e

View File

@ -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
}