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 9dfec9f commit b4d91d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

output "kiali_public_url" {
output "public_url" {
value = local.kiali_public_url
}

output "kiali_internal_url" {
output "internal_url" {
value = local.kiali_internal_url
}

0 comments on commit b4d91d3

Please sign in to comment.