Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 17, 2025
1 parent 98f4e3c commit 121b21a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
| <a name="output_internal_endpoint"></a> [internal\_endpoint](#output\_internal\_endpoint) | The internal endpoint to use to access kiali |
| <a name="output_module_name"></a> [module\_name](#output\_module\_name) | The name of this module. |
| <a name="output_module_version"></a> [module\_version](#output\_module\_version) | The version of this module. |
| <a name="output_public_endpoint"></a> [public\_endpoint](#output\_public\_endpoint) | The public endpoint to use to access kiali |
| <a name="output_public_endpoint"></a> [public\_endpoint](#output\_public\_endpoint) | The endpoint at which keycloak can be reached from outside the cluster. |
<!-- END_TF_DOCS -->
5 changes: 2 additions & 3 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

output "public_endpoint" {
description = "The public endpoint to use to access kiali"
value = module.ingress_resources.service_url
description = "The endpoint at which keycloak can be reached from outside the cluster."
value = module.ingress_resources.service_url
}

output "internal_endpoint" {
Expand Down

0 comments on commit 121b21a

Please sign in to comment.