From d416cda06e5d0a5a54c0bee8e14d0f8beb0c66ba Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 26 Aug 2025 11:32:00 +0000 Subject: [PATCH] Update proxmox.variables.tf --- proxmox.variables.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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