18 lines
627 B
HCL
18 lines
627 B
HCL
resource "dynatrace_notification" "CD_ASBC-SMACC_-_MS_Teams" {
|
|
web_hook {
|
|
name = "CD_ASBC-SMACC - MS Teams"
|
|
accept_any_certificate = false
|
|
active = true
|
|
alerting_profile = "5d1cec0f-bea2-49c7-8e90-e5dd3e0dc86b"
|
|
notify_event_merges = false
|
|
payload = <<-EOT
|
|
{
|
|
"title":"{ProblemTitle}",
|
|
"text":"{ProblemDetailsHTML}",
|
|
"themeColor":"EA4300"
|
|
}
|
|
EOT
|
|
url = "https://msggroup.webhook.office.com/webhookb2/34087616-ed8c-4baa-919e-072ad089b4f8@763b2760-45c5-46d3-883e-29705bba49b7/IncomingWebhook/242b08e7351642fd9f8bc5a5fbb3ec9e/921a617b-5f49-4a91-9040-3772ee81fcbd"
|
|
}
|
|
}
|