Skip to content

Commit

Permalink
Merge branch 'main' into search-bulk-api-proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone authored Jan 8, 2025
2 parents 577b8d1 + 3dce1f8 commit 8160ab3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,12 @@
4,
7,
8,
14
14,
15,
25,
116,
117,
121
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/next-core/06_node_forwarder.tf
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert" "opex_pagopa-node-forward
location = var.location

action {
action_group = [azurerm_monitor_action_group.email.id, azurerm_monitor_action_group.slack.id, azurerm_monitor_action_group.mo_email.id, azurerm_monitor_action_group.new_conn_srv_opsgenie[0].id, azurerm_monitor_action_group.infra_opsgenie.0.id]
action_group = [azurerm_monitor_action_group.email.id, azurerm_monitor_action_group.slack.id, azurerm_monitor_action_group.mo_email.id, azurerm_monitor_action_group.new_conn_srv_opsgenie[0].id]
email_subject = "Email Header"
custom_webhook_payload = "{}"
}
Expand Down

0 comments on commit 8160ab3

Please sign in to comment.