diff --git a/database/postgresql/monitors-postgresql.tf b/database/postgresql/monitors-postgresql.tf index bcd92ec..46c770f 100644 --- a/database/postgresql/monitors-postgresql.tf +++ b/database/postgresql/monitors-postgresql.tf @@ -14,7 +14,7 @@ resource "datadog_monitor" "postgresql_connection_too_high" { query = < ${var.postgresql_connection_threshold_critical} EOF @@ -45,7 +45,7 @@ resource "datadog_monitor" "postgresql_too_many_locks" { query = < ${var.postgresql_lock_threshold_critical} EOF