18 lines
450 B
HCL
18 lines
450 B
HCL
resource "dynatrace_notification" "CD_Perseus_-_MS_Teams" {
|
|
web_hook {
|
|
name = "CD_Perseus - MS Teams"
|
|
accept_any_certificate = false
|
|
active = false
|
|
alerting_profile = "c21f969b-5f03-333d-83e0-4f8f136e7682"
|
|
notify_event_merges = false
|
|
payload = <<-EOT
|
|
{
|
|
"title":"{ProblemTitle}",
|
|
"text":"{ProblemDetailsHTML}",
|
|
"themeColor":"EA4300"
|
|
}
|
|
EOT
|
|
url = "https://teams.microsoft.com/empty"
|
|
}
|
|
}
|