Skip to content

Commit

Permalink
Update modules/project/alerts-factory.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Julio Castillo <[email protected]>
  • Loading branch information
joshw123 and juliocc authored Dec 11, 2024
1 parent f72d382 commit af1efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/project/alerts-factory.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {
documentation = null
}, v)
}
alerts = merge(local._alerts_factory_data, var.logging_metrics)
alerts = merge(local._alerts_factory_data, var.alerts)
}

resource "google_monitoring_alert_policy" "default" {
Expand Down

0 comments on commit af1efa1

Please sign in to comment.