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"
|
scsihw = "virtio-scsi-pci"
|
||||||
boot = "order=scsi0;ide0"
|
boot = "order=scsi0;ide0"
|
||||||
start_at_node_boot = true
|
start_at_node_boot = true
|
||||||
|
agent = 1
|
||||||
|
|
||||||
cpu {
|
cpu {
|
||||||
cores = var.cpu_cores
|
cores = var.cpu_cores
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue