diff --git a/outputs.tf b/outputs.tf index f65e93a..1b617ad 100644 --- a/outputs.tf +++ b/outputs.tf @@ -24,7 +24,7 @@ output "provider_config" { output "discovery_url" { description = "The URL for discovering keycloak services." - value = "${module.ingress_resources.service_url}/realms/master" + value = "${module.ingress_resources.service_url}/auth/realms/master" } output "user_auth_realm" {