We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52395c9 commit a689041Copy full SHA for a689041
code/infra/alerts.tf
@@ -4,7 +4,7 @@ resource "azurerm_monitor_activity_log_alert" "monitor_activity_log_alert_servic
4
tags = var.tags
5
6
enabled = true
7
- description = "Alerts for service health and maintenance events."
+ description = "Alerts about service health and maintenance events."
8
scopes = [
9
data.azurerm_subscription.current.id
10
]
0 commit comments