Skip to content

Commit

Permalink
user set for usergroup members
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Chung committed Oct 1, 2020
1 parent 6f13cc0 commit 4bf4e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack/resource_usergroup_members.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func resourceSlackUserGroupMembers() *schema.Resource {
Required: true,
},
"members": {
Type: schema.TypeList,
Type: schema.TypeSet,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit 4bf4e56

Please sign in to comment.