password default

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-13 13:00:31 +02:00
parent d3a0d66fe6
commit 6613959037
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -23,6 +23,7 @@ variable "proxmox_password" {
description = "the ProxmoX password to use"
type = string
sensitive = true
default = ""
}
variable "host" {