11 lines
328 B
HCL
11 lines
328 B
HCL
resource "dynatrace_notification" "TEST_Philipp_Mail" {
|
|
email {
|
|
name = "TEST Philipp Mail"
|
|
active = true
|
|
alerting_profile = "6a7da6b4-cc28-4635-bf66-8f0b780f5c54"
|
|
body = "{ProblemDetailsHTML}"
|
|
receivers = ["philipp-peter.altmann@bmw.de"]
|
|
subject = "{State} Problem {ProblemID}: {ImpactedEntity}"
|
|
}
|
|
}
|