Skip to content

Commit

Permalink
CCL-1465: Update the alert resource name id
Browse files Browse the repository at this point in the history
Signed-off-by: Babatunde Kassim <[email protected]>
  • Loading branch information
babatundekassim-ho committed Dec 11, 2024
1 parent 1921718 commit 0e5160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerts/webhook_alert_integration/alerts_profile.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "dynatrace_alerting" "cosmos-integration-alerting-profile" {
resource "dynatrace_webhook_notification" "snow_webhook_integration" {
active = var.active
name = var.integration_notification_name
profile = dynatrace_alerting.cosmos-snow-alerting-profile.id
profile = dynatrace_alerting.cosmos-integration-alerting-profile.id
url = var.webhook_url
insecure = var.insecure
notify_event_merges = var.notify_event_merges
Expand Down

0 comments on commit 0e5160d

Please sign in to comment.