[debian] feat: add date to template description
This commit is contained in:
parent
ab342f39eb
commit
a3ef5c4a6a
@ -121,7 +121,7 @@ source "proxmox-iso" "template" {
|
|||||||
ssh_timeout = "20m"
|
ssh_timeout = "20m"
|
||||||
ssh_username = "root"
|
ssh_username = "root"
|
||||||
ssh_password = "${var.template_password}"
|
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}"
|
template_name = "${var.template_name}"
|
||||||
unmount_iso = true
|
unmount_iso = true
|
||||||
username = "${var.proxmox_username}"
|
username = "${var.proxmox_username}"
|
||||||
|
Loading…
Reference in New Issue
Block a user