Skip to content

Commit

Permalink
Revert "Disable alert preemptively for billing changes"
Browse files Browse the repository at this point in the history
This reverts commit 2225771.
  • Loading branch information
MatthewLymer committed Nov 26, 2024
1 parent 2225771 commit e0775b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/workload-webapp/uptime-check.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "google_monitoring_alert_policy" "uptime_policy" {
display_name = "WebApp Uptime Check"
combiner = "OR"

enabled = false
enabled = true

notification_channels = [
data.google_monitoring_notification_channel.email.id
Expand Down

0 comments on commit e0775b5

Please sign in to comment.