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 5e1aab2 commit 8fc4c1bCopy full SHA for 8fc4c1b
monitoring.tf
@@ -5,7 +5,7 @@ locals {
5
var.enable_glue_create ? lower(var.glue_create_config.sqs_queue_name_dl) : local.base_dlq_name,
6
var.enable_glue_sync ? lower(var.glue_sync_config.sqs_queue_name_dl) : local.base_dlq_name,
7
]
8
- additional_query_conditions = length(var.monitoring_query_conditions) > 0 ? " ,${var.monitoring_query_conditions}" : ""
+ additional_query_conditions = length(var.monitoring_query_conditions) > 0 ? ", ${var.monitoring_query_conditions}" : ""
9
}
10
11
resource "datadog_monitor" "dead_letters_monitor" {
0 commit comments