11 lines
334 B
HCL
11 lines
334 B
HCL
resource "dynatrace_notification" "CD_Perseus_E2E__Email_" {
|
|
email {
|
|
name = "CD_Perseus E2E [Email]"
|
|
active = true
|
|
alerting_profile = "8a7b045d-792d-4305-8cf4-c8bd60a5674c"
|
|
body = "{ProblemDetailsHTML}"
|
|
receivers = ["perseus-dev@list.bmw.com"]
|
|
subject = "{State} Problem {ProblemID}: {ImpactedEntity}"
|
|
}
|
|
}
|