11 lines
365 B
HCL
11 lines
365 B
HCL
resource "dynatrace_notification" "CD_Perseus_-_Email_-_E2E" {
|
|
email {
|
|
name = "CD_Perseus - Email - E2E"
|
|
active = true
|
|
alerting_profile = "8a7b045d-792d-4305-8cf4-c8bd60a5674c"
|
|
body = "{ProblemDetailsHTML}"
|
|
receivers = ["cc-cub-perseus-dynatrace-incidents-e2e@list.bmw.com"]
|
|
subject = "{State} Problem {ProblemID}: {ImpactedEntity}"
|
|
}
|
|
}
|