Enable guest agent in proxmox vms
This commit is contained in:
parent
d580c75b88
commit
fb3b52358a
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ resource "proxmox_vm_qemu" "truenas" {
|
|||
scsihw = "virtio-scsi-pci"
|
||||
boot = "order=scsi0;ide0"
|
||||
start_at_node_boot = true
|
||||
agent = 1
|
||||
|
||||
cpu {
|
||||
cores = var.cpu_cores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue