Refacto and add modules

This commit is contained in:
2024-02-06 11:03:20 +01:00
parent 140321f714
commit 1e1cedcaeb
47 changed files with 685 additions and 360 deletions

View File

@@ -1,10 +1,10 @@
output "application-id" {
value = authentik_application.prj_app.uuid
output "application_id" {
value = authentik_application.app.uuid
}
output "policy-id" {
output "policy_id" {
value = authentik_policy_expression.policy.id
}
output "main_group" {
value = local.main_group
}
}