locals { oncall_nodata = "${var.oncall_nodata == "" ? var.oncall_alert : var.oncall_nodata}" } data "template_file" "alerting-message" { template = <