Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge branch 'azure-outage-alert-pain-and-suffering' into internal
Browse files Browse the repository at this point in the history
  • Loading branch information
saquino0827 committed Oct 21, 2024
2 parents e8dad32 + c8106f5 commit 8f11039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/alert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "azurerm_monitor_activity_log_alert" "azure_service_health_alert" {
name = "cdcti-${var.environment}-azure-status-alert"
location = var.service_health_locations
resource_group_name = data.azurerm_resource_group.group.name
scopes = [azurerm_container_registry.registry.id]
scopes = [data.azurerm_resource_group.group.id]

criteria {
category = "ServiceHealth"
Expand Down

0 comments on commit 8f11039

Please sign in to comment.