Skip to content

Commit

Permalink
disable 4xx alert policy
Browse files Browse the repository at this point in the history
  • Loading branch information
shankiyani committed Jan 8, 2025
1 parent 7f95fc3 commit 0d4b984
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 0d4b984

Please sign in to comment.