MON-82 - Fix remaining variables
This commit is contained in:
parent
65b8b2e8d0
commit
74b37e35a3
@ -10,9 +10,9 @@ $${append_text}
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
vars {
|
vars {
|
||||||
oncall_24x7 = "${var.oncall_alert}"
|
oncall_alert = "${var.oncall_alert}"
|
||||||
oncall_office_hours = "${var.oncall_warning}"
|
oncall_warning = "${var.oncall_warning}"
|
||||||
prepend_text = "${var.prepend_text}"
|
prepend_text = "${var.prepend_text}"
|
||||||
append_text = "${var.append_text}"
|
append_text = "${var.append_text}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user