Terraform managed file

This commit is contained in:
vagrant-bot 2023-06-21 08:33:24 -07:00
parent b616ef76fb
commit 961378e9e2

View File

@ -1578,7 +1578,7 @@ function slack() {
ts="$(date '+%s')"
# shellcheck disable=SC2016
attach_template='{text: $msg, fallback: $msg, color: $state, mrkdn: true, ts: $time'
attach_template='{text: $msg, fallback: $msg, color: $state, mrkdwn_in: ["text"], ts: $time'
if [ -n "${title}" ]; then
# shellcheck disable=SC2016
attach_template+=', title: $title'