Skip to content

Commit cd37c0d

Browse files
committed
Remove notifications-message-status-updates from infra
1 parent e69f6b0 commit cd37c0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

infrastructure/modules/container-apps/alerts.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "failure_event" {
4242
# currently this feature is in preview.
4343
resource "azurerm_monitor_scheduled_query_rules_alert_v2" "queue_length_high" {
4444
for_each = var.enable_alerting ? toset([
45-
"notifications-message-status-updates",
4645
"notifications-message-batch-retries"
4746
]) : []
4847

infrastructure/modules/container-apps/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ locals {
259259
container_access_type = "private"
260260
}
261261
}
262-
storage_queues = ["notifications-message-status-updates", "notifications-message-batch-retries"]
262+
storage_queues = ["notifications-message-batch-retries"]
263263

264264
always_allowed_paths = ["/sha", "/healthcheck"]
265265
# If allowed_paths is not set, use the module default which allows any pattern

0 commit comments

Comments
 (0)