Skip to content

Commit fc76df4

Browse files
committed
wip
1 parent f638470 commit fc76df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/modules/container-apps

infrastructure/modules/container-apps/alerts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "five_hundred_error_al
99
location = var.region
1010
name = "${var.app_short_name}-500-error-alert"
1111
resource_group_name = azurerm_resource_group.main.name
12-
scopes = [var.log_analytics_workspace_id]
12+
scopes = [var.log_analytics_workspace_audit_id]
1313
severity = 2
1414
skip_query_validation = false
1515
window_duration = "PT5M"

0 commit comments

Comments
 (0)