18 lines
633 B
HCL
18 lines
633 B
HCL
resource "dynatrace_notification" "CD_Speech_-_MS_Teams_-_HTTS" {
|
|
web_hook {
|
|
name = "CD_Speech - MS Teams - HTTS"
|
|
accept_any_certificate = false
|
|
active = true
|
|
alerting_profile = "70ef3b62-7951-4d39-ab4f-b03b99c0f501"
|
|
notify_event_merges = false
|
|
payload = <<-EOT
|
|
{
|
|
"title":"{ProblemTitle}",
|
|
"text":"{ProblemDetailsHTML}",
|
|
"themeColor":"EA4300"
|
|
}
|
|
EOT
|
|
url = "https://bmwgroup.webhook.office.com/webhookb2/9929d783-6cb1-4ffd-9898-7a2791bb13df@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/e1adb221aa514b7dabd458f86eecc63d/75ab85c6-38f4-47df-9871-8b4c46852181"
|
|
}
|
|
}
|