Skip to content

Commit 52dafe0

Browse files
Fix terraform fmt alignment
1 parent 00c6eac commit 52dafe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

infra/base/terraform/kube-prometheus-stack.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)