File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,11 @@ resource "azurerm_monitor_activity_log_alert" "monitor_activity_log_alert_servic
11
11
action {
12
12
action_group_id = azurerm_monitor_action_group. monitor_action_group . id
13
13
webhook_properties = {
14
- " alert_custom_type" = " service-health" ,
15
- " alert_custom_location" = var.location
16
- " alert_custom_env" = var.environment
17
- " alert_custom_sub" = data.azurerm_client_config.current.subscription_id
18
- " alert_custom_resource_group" = azurerm_resource_group.extension_rg.name
19
- " alert_custom_instance" = var.prefix
20
- " alert_custom_layer" = " core"
21
- " alert_custom_layer_name" = " core"
22
- " alert_custom_snowseverity" = " Info"
23
- " alert_custom_snowfgroup" = " A.TEC.GLOB.ADP.DL.3RD"
24
- " alert_custom_snowincidentlevel" = " P3"
14
+ " alert-type" = " service-health" ,
15
+ " location" = var.location
16
+ " environment" = var.environment
17
+ " subscription" = data.azurerm_client_config.current.subscription_id
18
+ " severity" = " Info"
25
19
}
26
20
}
27
21
criteria {
You can’t perform that action at this time.
0 commit comments