Skip to content

Commit 8fc4c1b

Browse files
fix syntax
1 parent 5e1aab2 commit 8fc4c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55
var.enable_glue_create ? lower(var.glue_create_config.sqs_queue_name_dl) : local.base_dlq_name,
66
var.enable_glue_sync ? lower(var.glue_sync_config.sqs_queue_name_dl) : local.base_dlq_name,
77
]
8-
additional_query_conditions = length(var.monitoring_query_conditions) > 0 ? " ,${var.monitoring_query_conditions}" : ""
8+
additional_query_conditions = length(var.monitoring_query_conditions) > 0 ? ", ${var.monitoring_query_conditions}" : ""
99
}
1010

1111
resource "datadog_monitor" "dead_letters_monitor" {

0 commit comments

Comments
 (0)