Skip to content

Commit

Permalink
Changed keycloak_fqdn to keycloak_public_url
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 6, 2023
1 parent 0d709d3 commit c63a029
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_fqdn" {
output "keycloak_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 c63a029

Please sign in to comment.