Skip to content

Commit d8cdca7

Browse files
committed
Make disks optional in VM resource
1 parent e2bdec0 commit d8cdca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xoa/resource_xenorchestra_vm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func resourceVmSchema() map[string]*schema.Schema {
267267
},
268268
"disk": &schema.Schema{
269269
Type: schema.TypeList,
270-
Required: true,
270+
Optional: true,
271271
Elem: &schema.Resource{
272272
Schema: map[string]*schema.Schema{
273273
"sr_id": &schema.Schema{

0 commit comments

Comments
 (0)