Skip to content

Commit

Permalink
Merge pull request #34 from billcchung/master
Browse files Browse the repository at this point in the history
[Fix] Using TypeSet for usergroup memebers
  • Loading branch information
jmatsu authored Oct 14, 2020
2 parents 97ec4a6 + 4bf4e56 commit acddab6
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 acddab6

Please sign in to comment.