Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 1, 2024
1 parent b5f8db9 commit 385b4d0
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 = ldap_object.group.dn },
{ groupMember = try(ldap_object.group[0].dn, "") },
]
}

Expand Down

0 comments on commit 385b4d0

Please sign in to comment.