Skip to content

Commit

Permalink
public plus
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 866804d commit fb1493c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ output "provider_config" {

output "discovery_url" {
description = "The URL for discovering keycloak services."
value = format("http://%v.%v.svc.cluster.local:%v/%v", var.service_name, var.keycloak_namespace, local.admin_internal_port_number, "auth/realms/master")
value = "${module.ingress_resources.service_url}/auth/realms/master"
}

output "user_auth_realm" {
Expand Down

0 comments on commit fb1493c

Please sign in to comment.