Add LUKS default passphrase to template description in Packer configuration
This commit is contained in:
parent
074334b355
commit
ebffbbb548
1 changed files with 1 additions and 1 deletions
2
debian/13-trixie-luks/debian-trixie.pkr.hcl
vendored
2
debian/13-trixie-luks/debian-trixie.pkr.hcl
vendored
|
|
@ -20,7 +20,7 @@ source "proxmox-iso" "debian-13-trixie-luks" {
|
|||
node = "${var.proxmox_node}"
|
||||
vm_id = "${var.template_vm_id}"
|
||||
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"
|
||||
qemu_agent = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue