Merge pull request #48 from winkelchri/fix-agent-type

Changed agent type to mirror the type from the proxmox api
This commit is contained in:
Grant Gongaware 2019-05-20 22:16:06 -07:00 committed by GitHub
commit 12c2159c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,