This commit is contained in:
2023-09-20 13:50:11 +02:00
parent 3f1df6e67c
commit 2b93be7324
4 changed files with 52 additions and 52 deletions

View File

@@ -67,7 +67,7 @@ resource "authentik_application" "prj_application" {
resource "authentik_group" "prj_users" {
name = local.main-group
attributes = jsonencode({local.app-name = true})
attributes = jsonencode({"${local.app-name}" = true})
}
resource "authentik_group" "subgroup" {