Skip to content

Commit

Permalink
Set computed mode to members attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth committed Oct 26, 2022
1 parent edbc079 commit b901aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldap/resource_ldap_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func resourceLDAPGroup() *schema.Resource {
Description: " LDAP group members.",
Type: schema.TypeSet,
Optional: true,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit b901aeb

Please sign in to comment.