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

Commit

Permalink
Updated location
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrflexion committed Oct 22, 2024
1 parent 40b42a3 commit 3b1b74b
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 @@ -31,7 +31,7 @@ resource "azurerm_monitor_action_group" "notify_slack_email" {
resource "azurerm_monitor_activity_log_alert" "azure_service_health_alert" {
count = local.non_pr_environment ? 1 : 0
name = "cdcti-${var.environment}-azure-status-alert"
location = "global"
location = data.azurerm_resource_group.group.location
resource_group_name = data.azurerm_resource_group.group.name
scopes = ["/subscriptions/${data.azurerm_client_config.current.subscription_id}"]

Expand Down

0 comments on commit 3b1b74b

Please sign in to comment.