Skip to content

Commit

Permalink
make group attribute use dn from object
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2024
1 parent 89db6a3 commit b5f8db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group-assignment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ resource "ldap_object_attributes" "group" {

dn = local.ldap_access_dn
attributes = [
{ groupMember = local.ldap_dn },
{ groupMember = ldap_object.group.dn },
]
}

Expand Down

0 comments on commit b5f8db9

Please sign in to comment.