module "message" { source = "../../common/alerting-message" oncall_24x7 = "${var.hno_escalation_group}" oncall_office_hours = "${var.ho_escalation_group}" } resource "datadog_monitor" "Mongodb_ReplicaSet_State" { name = "[${var.env}] Replica Set heath for {{ replset_name }}" message = "${module.message.alerting-message}" query = <