Skip to content

Commit

Permalink
feat: Set automitigate to monitor alert (#260)
Browse files Browse the repository at this point in the history
automitigate
  • Loading branch information
re-sh-cloud-arch authored Mar 27, 2024
1 parent 29e7284 commit 220d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring_function/01_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ resource "azurerm_monitor_metric_alert" "self_alert" {
description = "Monitors the availability of the synthetic monitoring function"
severity = var.self_alert_configuration.severity
frequency = var.self_alert_configuration.frequency
auto_mitigate = false
auto_mitigate = true
enabled = var.self_alert_configuration.enabled

criteria {
Expand Down

0 comments on commit 220d4ce

Please sign in to comment.