fix
This commit is contained in:
@@ -13,7 +13,7 @@ resource "authentik_group" "groups" {
|
||||
resource "authentik_group" "subgroup" {
|
||||
count = length(var.sub-groups)
|
||||
name = format("%s-%s", local.app-name, var.sub-groups[count.index])
|
||||
parent = authentik_group.prj_users.id
|
||||
parent = authentik_group.groups.id
|
||||
}
|
||||
|
||||
resource "authentik_application" "prj_app" {
|
||||
|
||||
3
modules/application/outputs.tf
Normal file
3
modules/application/outputs.tf
Normal file
@@ -0,0 +1,3 @@
|
||||
output "provider-id" {
|
||||
value = authentik_provider_proxy.prj_forward.id
|
||||
}
|
||||
Reference in New Issue
Block a user