Skip to content

Commit

Permalink
Update tf/modules/monitoring/sql-backup-failure-alert.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Arrow <[email protected]>
  • Loading branch information
deer-wmde and tarrow authored Oct 30, 2023
1 parent c44e271 commit cb39ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/monitoring/sql-backup-failure-alert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "google_monitoring_alert_policy" "alert_policy_sql_logical_backup_failu
aggregations {
cross_series_reducer = "REDUCE_COUNT"
per_series_aligner = "ALIGN_COUNT"
group_by_fields = "container_name"
group_by_fields = ["container_name"]
}
trigger {
count = 1
Expand Down

0 comments on commit cb39ee6

Please sign in to comment.