fix
This commit is contained in:
@@ -68,7 +68,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" {
|
||||
|
||||
Reference in New Issue
Block a user