MON-82 Fix common alerting message

This commit is contained in:
Laurent Piroelle 2017-11-23 18:05:36 +01:00
parent 22e7021681
commit 0a93026ca7

View File

@ -11,5 +11,7 @@ EOF
vars { vars {
oncall_24x7 = "${var.oncall_24x7}" oncall_24x7 = "${var.oncall_24x7}"
oncall_office_hours = "${var.oncall_office_hours}" oncall_office_hours = "${var.oncall_office_hours}"
prepend_text = "${var.prepend_text}"
append_text = "${var.append_text}"
} }
} }