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,5 +1,5 @@
output "provider-id" {
value = authentik_provider_proxy.prj_forward.id
output "provider_id" {
value = authentik_provider_proxy.forward.id
}
output "sso_logout" {
@@ -8,4 +8,4 @@ output "sso_logout" {
output "middleware" {
value = "${local.app_slug}-forward"
}
}