diff --git a/xoa/resource_xenorchestra_vm.go b/xoa/resource_xenorchestra_vm.go index e5f6be7..11e938a 100644 --- a/xoa/resource_xenorchestra_vm.go +++ b/xoa/resource_xenorchestra_vm.go @@ -525,6 +525,7 @@ func resourceVmCreate(d *schema.ResourceData, m interface{}) error { if installMethod := d.Get("installation_method").(string); installMethod != "" { installation = client.Installation{ Method: "network", + Repository: "pxe", } }