From 08026bb83ff6563795e9711833ed019fc1e3e1ad Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 13 Oct 2025 13:00:31 +0200 Subject: [PATCH] password default Signed-off-by: Kiara Grouwstra --- deployment/run/tf-proxmox/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/run/tf-proxmox/variables.tf b/deployment/run/tf-proxmox/variables.tf index 18beeab2..04adf5b2 100644 --- a/deployment/run/tf-proxmox/variables.tf +++ b/deployment/run/tf-proxmox/variables.tf @@ -23,6 +23,7 @@ variable "proxmox_password" { description = "the ProxmoX password to use" type = string sensitive = true + default = "" } variable "host" {