This commit is contained in:
Christopher Winkelmann 2019-05-17 01:09:53 +02:00
parent 551f5b16ab
commit bd6051a7c5

View File

@ -353,7 +353,7 @@ func resourceVmQemuCreate(d *schema.ResourceData, meta interface{}) error {
Name: vmName,
Description: d.Get("desc").(string),
Onboot: d.Get("onboot").(bool),
Agent: d.Get("agent").(string),
Agent: d.Get("agent").(int),
Memory: d.Get("memory").(int),
QemuCores: d.Get("cores").(int),
QemuSockets: d.Get("sockets").(int),