Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 22, 2025
1 parent ee52fcf commit 5ae0858
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 = "${module.ingress_resources.service_url}/realms/master"
value = "${module.ingress_resources.service_url}/auth/realms/master"
}

output "user_auth_realm" {
Expand Down

0 comments on commit 5ae0858

Please sign in to comment.