update key to variable

This commit is contained in:
2025-09-22 10:40:52 -05:00
parent cb99f1f5d2
commit 59826cb7a9
3 changed files with 8 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ source "proxmox-iso" "ubuntu-2404" {
ssh_timeout = "120m"
ssh_username = "${var.ssh_username}"
# ssh_password = "${var.ssh_password}"
ssh_private_key_file = "./files/ansible"
ssh_private_key_file = "${var.ssh_private_key}"
template_description = "Ubuntu 24.04.3, generated on ${timestamp()}"
template_name = "${var.vm_name}"
}