Skip to content

Commit

Permalink
Disable alert preemptively for billing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLymer committed Nov 14, 2024
1 parent 703fc50 commit 2225771
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 = true
enabled = false

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

0 comments on commit 2225771

Please sign in to comment.