Fixed authentik TF code
Some checks failed
Terraform / Terraform (push) Failing after 1m26s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 1m19s

This commit is contained in:
Ultradesu
2026-03-12 18:14:52 +00:00
parent fa53fdcd93
commit 2b00c7e61e
9 changed files with 44 additions and 476 deletions

View File

@@ -31,7 +31,7 @@ resource "authentik_group" "child_groups" {
name = each.value.name
is_superuser = each.value.is_superuser
parent = authentik_group.root_groups[each.value.parent].id
parents = authentik_group.root_groups[each.value.parent].id
attributes = jsonencode(each.value.attributes)
depends_on = [authentik_group.root_groups]
@@ -305,4 +305,4 @@ resource "authentik_outpost" "outposts" {
module.oauth_applications,
module.proxy_applications
]
}
}