Skip to content

Commit bcd0d56

Browse files
Adjusting location to match the deployment
1 parent b03bb53 commit bcd0d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/modules/infra/alerts.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "service_health_alert" {
1414

1515
service_health = {
1616
events = ["Incident", "Maintenance", "Informational", "ActionRequired", "Security"]
17-
locations = ["UK South", "UK West"]
17+
locations = [var.region]
1818

1919
# Only monitor Azure services used by this application
2020
# This reduces noise from unrelated service health events

0 commit comments

Comments
 (0)