e1mo: hedgedoc

This commit is contained in:
Tobias Manske 2024-01-27 14:40:06 +01:00
parent 1aad4445f7
commit 2404b6973f
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ resource "keycloak_user_groups" "e1mo_groups" {
exhaustive = true
group_ids = [
module.seafileclient.access_group.id,
module.hedgedocclient.access_group.id,
]
}