This commit is contained in:
2023-10-18 18:07:13 +02:00
parent 6eb84da3eb
commit 1d64407196
5 changed files with 50 additions and 54 deletions

View File

@@ -1,3 +1,7 @@
output "provider-id" {
value = authentik_provider_proxy.prj_forward.id
}
output "application-id" {
value = authentik_application.prj_app.uuid
}
output "policy-id" {
value = authentik_policy_expression.policy.id
}