Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 11, 2025
1 parent 7ddd76c commit 3881743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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 -->
9 changes: 2 additions & 7 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@

output "public_endpoint" {
description = "The public endpoint to use to access kiali"
value = {
hostname = local.public_hostname
port_number = local.public_port_number
url = local.public_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 3881743

Please sign in to comment.