From 69dacf7b8a00d27c5bc639544f875bc41632212d Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 21 Apr 2025 19:26:15 -0400 Subject: [PATCH] update output for discovery_url --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index 1b617ad..f65e93a 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}/auth/realms/master" + value = "${module.ingress_resources.service_url}/realms/master" } output "user_auth_realm" {