We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496360e commit 370d8c5Copy full SHA for 370d8c5
aws/alb/main.tf
@@ -72,7 +72,7 @@ END
72
resource "datadog_monitor" "latency" {
73
count = var.latency_enabled ? 1 : 0
74
75
- name = join("", [local.title_prefix, "ALB latency - {{loadbalancer.name}} {{value}}s ", local.title_suffix])
+ name = join("", [local.title_prefix, "ALB latency - {{loadbalancer.name}} {{value}}s", local.title_suffix])
76
include_tags = false
77
message = var.latency_use_message ? local.query_alert_base_message : ""
78
tags = concat(local.common_tags, var.base_tags, var.additional_tags)
0 commit comments