18 lines
631 B
HCL
18 lines
631 B
HCL
resource "dynatrace_notification" "CD_Infotainment_-_MS_Teams" {
|
|
web_hook {
|
|
name = "CD_Infotainment - MS Teams"
|
|
accept_any_certificate = false
|
|
active = true
|
|
alerting_profile = "6158fb78-f0a6-4d87-b39a-5889f9d0b36e"
|
|
notify_event_merges = false
|
|
payload = <<-EOT
|
|
{
|
|
"title":"{ProblemTitle}",
|
|
"text":"{ProblemDetailsHTML}",
|
|
"themeColor":"EA4300"
|
|
}
|
|
EOT
|
|
url = "https://bmwgroup.webhook.office.com/webhookb2/effa4886-dfc0-4e3e-906b-5d0e740376e8@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/21e218a426124799afd77a4bb5bc9654/7c9893e2-00af-4cf4-a4fc-d142260e74b7"
|
|
}
|
|
}
|