Skip to content

Commit

Permalink
* 1.3.2 -- 2025-02-14
Browse files Browse the repository at this point in the history
  - group-assignment
    - make ldap_group happen after idc group
  • Loading branch information
badra001 committed Feb 14, 2025
1 parent 7831007 commit e0ccb5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
* 1.3.1 -- 2024-10-31
- group-assignment
- remove bad [DynamicDN] from memberUid for group

* 1.3.2 -- 2025-02-14
- group-assignment
- make ldap_group happen after idc group
2 changes: 1 addition & 1 deletion common/version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "1.3.1"
_module_version = "1.3.2"
}
1 change: 1 addition & 0 deletions group-assignment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ resource "ldap_object" "group" {
error_message = "ldap_sso_name must not be null. Please select one of the available values for the variable."
}
}
depends_on = [aws_identitystore_group.group]
}

# add object to access group
Expand Down

0 comments on commit e0ccb5c

Please sign in to comment.