Files
kydah-modules/oauth2/outputs.tf
2024-01-24 15:29:36 +01:00

8 lines
221 B
HCL

output "provider-id" {
value = authentik_provider_oauth2.oauth2.id
}
output "sso_configuration_url" {
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${local.app_slug}/"
}