Update terraform/authentik/main.tf
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
data "authentik_flow" "default_authorization_flow" {
|
data "authentik_flow" "default_authorization_flow" {
|
||||||
slug = var.default_authorization_flow
|
slug = var.default_authorization_flow
|
||||||
}
|
}
|
||||||
@@ -299,7 +298,7 @@ resource "authentik_outpost" "outposts" {
|
|||||||
kubernetes_ingress_class_name = null
|
kubernetes_ingress_class_name = null
|
||||||
kubernetes_disabled_components = []
|
kubernetes_disabled_components = []
|
||||||
kubernetes_ingress_annotations = {}
|
kubernetes_ingress_annotations = {}
|
||||||
kubernetes_ingress_secret_name = "authentik-outpost-tls"
|
kubernetes_ingress_secret_name = "idm-tls"
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on = [
|
depends_on = [
|
||||||
|
|||||||
Reference in New Issue
Block a user