Skip to content

Commit

Permalink
Remove MinItems from data groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Mar 19, 2020
1 parent af6bf9a commit 20c72c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azuread/data_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func dataGroups() *schema.Resource {
Type: schema.TypeList,
Optional: true,
Computed: true,
MinItems: 1,
ConflictsWith: []string{"names"},
Elem: &schema.Schema{
Type: schema.TypeString,
Expand All @@ -38,7 +37,6 @@ func dataGroups() *schema.Resource {
Type: schema.TypeList,
Optional: true,
Computed: true,
MinItems: 1,
ConflictsWith: []string{"object_ids"},
Elem: &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 20c72c5

Please sign in to comment.