Skip to content

Commit

Permalink
added thanos query internal port
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy.pentsak committed Jan 5, 2021
1 parent 25c0fdf commit cec75e1
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
Expand Up @@ -5,7 +5,7 @@ output "cluster_id" {

output "thanos_query_endpoint" {
description = "URL of Thanos deployment"
value = var.thanos_public_endpoints ? cloudfoundry_route.thanos_query.endpoint : cloudfoundry_route.thanos_query_internal.endpoint
value = var.thanos_public_endpoints ? cloudfoundry_route.thanos_query.endpoint : "${cloudfoundry_route.thanos_query_internal.endpoint}:9090"
}

output "grafana_endpoint" {
Expand Down

0 comments on commit cec75e1

Please sign in to comment.