18 lines
606 B
HCL
18 lines
606 B
HCL
resource "dynatrace_notification" "CD_PISA_-_MS_Teams" {
|
|
web_hook {
|
|
name = "CD_PISA - MS Teams"
|
|
accept_any_certificate = false
|
|
active = true
|
|
alerting_profile = "a096896f-8f61-46b0-b41e-b28bd3fc90e0"
|
|
notify_event_merges = false
|
|
payload = <<-EOT
|
|
{
|
|
"title":"{ProblemTitle}",
|
|
"text":"{ProblemDetailsHTML}",
|
|
"themeColor":"EA4300"
|
|
}
|
|
EOT
|
|
url = "https://teams.microsoft.com/l/channel/19%3a899f8fd03f1c4022a8c4da8606b57487%40thread.tacv2/Allgemein?groupId=4f7ed23e-0574-4df7-82c3-d5101c45a406\u0026tenantId=ce849bab-cc1c-465b-b62e-18f07c9ac198"
|
|
}
|
|
}
|