diff --git a/monitors.tf b/monitors.tf index 9e4436a..89840c6 100644 --- a/monitors.tf +++ b/monitors.tf @@ -58,3 +58,33 @@ The number of visible messages in `{{queuename.name}}` is outside of the typical @webhook-lf-incident-io EOT } + +resource "datadog_monitor" "ALI_ValidationException_Detected" { + include_tags = false + require_full_window = false + monitor_thresholds { + critical = 0 + } + name = "ALI ValidationException Detected" + type = "event-v2 alert" + query = < 0 +EOT + message = <