resource "dynatrace_notification" "Mo_s_Test" { web_hook { name = "Mo's Test" accept_any_certificate = false active = true alerting_profile = "27a1dfb7-6699-37a4-a765-362228da5708" notify_event_merges = false payload = <<-EOT { "title":"{ProblemTitle}", "text":"{ProblemDetailsHTML}", "themeColor":"EA4300" } EOT url = "https://bmwgroup.webhook.office.com/webhookb2/483edc00-c925-4672-8088-8299a0139fca@ce849bab-cc1c-465b-b62e-18f07c9ac198/IncomingWebhook/cb64c2b87965464a9eb6598185d56486/a3afc565-ecfb-4c46-8e65-f7d9d49c7efe" } }