File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ locals {
77
88 # AMP overlay values (only when AMP is enabled)
99 kube_prometheus_amp_values = var. enable_amazon_prometheus ? templatefile (" ${ path . module } /helm-values/kube-prometheus-amp-enable.yaml" , {
10- region = local.region
11- amp_sa = local.amp_ingest_service_account
12- amp_remotewrite_url = " https://aps-workspaces.${ local . region } .amazonaws.com/workspaces/${ aws_prometheus_workspace . amp [0 ]. id } /api/v1/remote_write"
13- amp_url = " https://aps-workspaces.${ local . region } .amazonaws.com/workspaces/${ aws_prometheus_workspace . amp [0 ]. id } "
10+ region = local.region
11+ amp_sa = local.amp_ingest_service_account
12+ amp_remotewrite_url = " https://aps-workspaces.${ local . region } .amazonaws.com/workspaces/${ aws_prometheus_workspace . amp [0 ]. id } /api/v1/remote_write"
13+ amp_url = " https://aps-workspaces.${ local . region } .amazonaws.com/workspaces/${ aws_prometheus_workspace . amp [0 ]. id } "
1414 grafana_service_port = var.grafana_service_port
1515 }) : " "
1616
You can’t perform that action at this time.
0 commit comments