Skip to content

Commit

Permalink
Make disks optional in VM resource
Browse files Browse the repository at this point in the history
  • Loading branch information
4censord committed Mar 26, 2022
1 parent e2bdec0 commit d8cdca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xoa/resource_xenorchestra_vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func resourceVmSchema() map[string]*schema.Schema {
},
"disk": &schema.Schema{
Type: schema.TypeList,
Required: true,
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"sr_id": &schema.Schema{
Expand Down

0 comments on commit d8cdca7

Please sign in to comment.