From 042dceb7d63c01366cc369b302b4e35f52c59146 Mon Sep 17 00:00:00 2001 From: Lalo Galvan <106835113+lalo-galvan@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:18:10 -0600 Subject: [PATCH] make running_tasks ecs monitor less sensitive --- aws/ecs-service/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/ecs-service/main.tf b/aws/ecs-service/main.tf index 677893b..168b04f 100644 --- a/aws/ecs-service/main.tf +++ b/aws/ecs-service/main.tf @@ -27,7 +27,7 @@ resource "datadog_monitor" "running_tasks" { timeout_h = var.timeout_h query = <