Skip to content

Commit

Permalink
Grafana variables cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Apr 17, 2025
1 parent ba916c5 commit ef9ac5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ dependency "eks-tempo" {
}

inputs = {
cluster_domain = dependency.eks.inputs.vpc_domain_name
cluster_name = dependency.eks.outputs.cluster_name
grafana_chart_version = include.root.inputs.grafana_chart_version
grafana_tag = include.root.inputs.grafana_tag
utilities_tag = include.root.inputs.utilities_tag
profile = include.root.inputs.aws_profile
public_hostname = include.root.inputs.grafana_hostname
region = include.root.inputs.aws_region
account_id = include.root.locals.account_id
rwo_storage_class = dependency.eks-loki.outputs.rwo_storage_class
service_name = include.root.inputs.grafana_hostname
loki_endpoint = dependency.eks-loki.outputs.gateway_internal_endpoint.url
prometheus_endpoint = dependency.eks-prometheus.outputs.prometheus_server_internal_endpoint.url
tempo_endpoint = dependency.eks-tempo.outputs.tempo_internal_endpoint.url
Expand Down

0 comments on commit ef9ac5a

Please sign in to comment.