Update terraform/authentik/main.tf
All checks were successful
Terraform / Terraform (push) Successful in 25s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s

This commit is contained in:
ab
2026-01-07 15:38:25 +00:00
parent db92976872
commit a884c2b969

View File

@@ -1,4 +1,3 @@
data "authentik_flow" "default_authorization_flow" {
slug = var.default_authorization_flow
}
@@ -299,7 +298,7 @@ resource "authentik_outpost" "outposts" {
kubernetes_ingress_class_name = null
kubernetes_disabled_components = []
kubernetes_ingress_annotations = {}
kubernetes_ingress_secret_name = "authentik-outpost-tls"
kubernetes_ingress_secret_name = "idm-tls"
})
depends_on = [