Skip to content

Commit

Permalink
update output for discovery_url
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 21, 2025
1 parent 55c5d0d commit 69dacf7
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}/auth/realms/master"
value = "${module.ingress_resources.service_url}/realms/master"
}

output "user_auth_realm" {
Expand Down

0 comments on commit 69dacf7

Please sign in to comment.