diff --git a/proxmox/resource_vm_qemu.go b/proxmox/resource_vm_qemu.go index 5d3aa9b..17f0911 100644 --- a/proxmox/resource_vm_qemu.go +++ b/proxmox/resource_vm_qemu.go @@ -48,9 +48,9 @@ func resourceVmQemu() *schema.Resource { Default: true, }, "agent": { - Type: schema.TypeString, + Type: schema.TypeInt, Optional: true, - Default: "1", + Default: 1, }, "iso": { Type: schema.TypeString,