Add LUKS default passphrase to template description in Packer configuration

This commit is contained in:
Philip Henning 2026-02-08 16:18:01 +01:00
parent 074334b355
commit ebffbbb548

View file

@ -20,7 +20,7 @@ source "proxmox-iso" "debian-13-trixie-luks" {
node = "${var.proxmox_node}" node = "${var.proxmox_node}"
vm_id = "${var.template_vm_id}" vm_id = "${var.template_vm_id}"
vm_name = "debian-13-trixie-luks-${local.timestamp}" vm_name = "debian-13-trixie-luks-${local.timestamp}"
template_description = "Debian 13 Trixie, LUKS encrypted, built with Packer on ${local.timestamp}" template_description = "Debian 13 Trixie, LUKS encrypted, built with Packer on ${local.timestamp}\n\nLUKS default passphrase: `${var.default_luks_passphrase}`"
os = "l26" os = "l26"
qemu_agent = true qemu_agent = true