Skip to content

Commit

Permalink
component name not needed in output variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 12, 2023
1 parent c63a029 commit 228c79d
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
@@ -1,4 +1,4 @@
output "keycloak_public_url" {
output "public_url" {
description = "The URL to use to retrieve the OpenID configuration"
value = format("https://%v.%v/", var.keycloak_hostname, var.cluster_domain)
}
Expand Down

0 comments on commit 228c79d

Please sign in to comment.