diff --git a/common/alerting-message/main.tf b/common/alerting-message/main.tf index 3b3c84b..365308a 100644 --- a/common/alerting-message/main.tf +++ b/common/alerting-message/main.tf @@ -11,5 +11,7 @@ EOF vars { oncall_24x7 = "${var.oncall_24x7}" oncall_office_hours = "${var.oncall_office_hours}" + prepend_text = "${var.prepend_text}" + append_text = "${var.append_text}" } }