Skip to content

Commit

Permalink
Refactor monitoring.tf to update Grafana configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 16, 2024
1 parent 3f6237d commit 69ebc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "helm_release" "prometheus_operator" {
}
"grafana.ini" = {
server = {
root_url = "https://"+var.dns_name+"/grafana/"
root_url = join("https://",var.dns_name,"/grafana/")
server_from_sub_path = true
domain = var.dns_name
}
Expand Down

0 comments on commit 69ebc54

Please sign in to comment.