11 lines
332 B
HCL
11 lines
332 B
HCL
resource "dynatrace_notification" "CD_DPP_Appmon__Email_" {
|
|
email {
|
|
name = "CD_DPP Appmon [Email]"
|
|
active = true
|
|
alerting_profile = "5c8f2e9d-f61a-4e0e-a37c-4cee6648913f"
|
|
body = "{ProblemDetailsHTML}"
|
|
receivers = ["cub-betrieb@list.bmw.com"]
|
|
subject = "{State} Problem {ProblemID}: {ImpactedEntity}"
|
|
}
|
|
}
|