Skip to content

Commit

Permalink
Merge pull request Telmate#48 from winkelchri/fix-agent-type
Browse files Browse the repository at this point in the history
Changed agent type to mirror the type from the proxmox api
  • Loading branch information
ggongaware committed May 21, 2019
2 parents fe8aedc + fb33f8b commit 12c2159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxmox/resource_vm_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 12c2159

Please sign in to comment.