Debian build works; Manual LUKS passphrase entry still required

This commit is contained in:
Philip Henning 2026-02-04 21:10:13 +01:00
parent b45290f6e0
commit 40a0623ad0
3 changed files with 117 additions and 29 deletions

View file

@ -9,3 +9,9 @@ variable "proxmox_skip_tls_verify" {
default = false
description = "Whether to skip TLS verification for Proxmox API"
}
variable "source_proxmox_http_interface" {
type = string
default = "en18"
description = "The network interface to use for the Proxmox HTTP source"
}