Update proxmox.tf

This commit is contained in:
2025-08-25 12:00:52 +00:00
parent bac6ed1e99
commit 2625e00049

View File

@ -80,6 +80,12 @@ initialization {
password = "testepassword"
username = "testeuser"
}
bootcmd = [
"apt-get update",
"apt-get install -y qemu-guest-agent",
"systemctl enable qemu-guest-agent",
"systemctl start qemu-guest-agent"
]
}
}