Skip to content

Commit

Permalink
disable 4xx alert policy (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
shankiyani authored Jan 8, 2025
1 parent 7f95fc3 commit f260eba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/service_webhook.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ module "webhook_alerts" {
var.webhook_alerts.log_based_json_indicators
)

service_4xx_configuration = {
enabled = true
window = 300
threshold = 0
}

service_5xx_configuration = {
enabled = true
window = 300
Expand Down

0 comments on commit f260eba

Please sign in to comment.