Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed May 20, 2024
1 parent c5e68eb commit 366bcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
# Turns the arn into the format expected by
# the Grafana provider e.g.
# net/prod-relay-load-balancer/e9a51c46020a0f85
load_balancer = join("/", slice(split("/", var.load_balancer_arn), 1, 4))
load_balancer = join("/", slice(split("/", var.load_balancer_arn), 1, 4))
}

resource "grafana_data_source" "prometheus" {
Expand Down

0 comments on commit 366bcc8

Please sign in to comment.