We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b19bc9 commit e58a777Copy full SHA for e58a777
modules/slo/main.tf
@@ -114,7 +114,7 @@ resource "google_monitoring_slo" "success_gclb" {
114
115
# Alert policy for multi-region success SLO burn rate
116
resource "google_monitoring_alert_policy" "slo_burn_rate_multi_region" {
117
- for_each = var.slo.monitor_gclb ? local.rolling_periods : {}
+ for_each = var.slo.enable_alerting ? local.rolling_periods : {}
118
119
display_name = "${var.service_name} - Multi-region ${each.key}d SLO Burn Rate Alert"
120
project = var.project_id
0 commit comments