module "message" { source = "../../common/alerting-message" oncall_24x7 = "${var.hno_escalation_group}" oncall_office_hours = "${var.ho_escalation_group}" } resource "datadog_monitor" "VPN_status" { name = "[${var.env}] VPN Down {{ tunnelipaddress }}" message = "${module.message.alerting-message}" query = <