From a3ef5c4a6a99ab7885bdaa2b5fb6da1714527807 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 20 Aug 2024 11:15:50 +0200 Subject: [PATCH] [debian] feat: add date to template description --- debian12/packer.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/packer.pkr.hcl b/debian12/packer.pkr.hcl index 968380d..bbdeb38 100644 --- a/debian12/packer.pkr.hcl +++ b/debian12/packer.pkr.hcl @@ -121,7 +121,7 @@ source "proxmox-iso" "template" { ssh_timeout = "20m" ssh_username = "root" ssh_password = "${var.template_password}" - template_description = "${var.template_description}" + template_description = "${var.template_description} - Created on ${format_date("DD-MM-YYYY", timestamp())}" template_name = "${var.template_name}" unmount_iso = true username = "${var.proxmox_username}"