diff --git a/proxmox.tf b/proxmox.tf index 4d9769d..4bc5c99 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -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" + ] } }