Skip to content

Commit

Permalink
make the limit 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreeman-navapbc committed Jan 21, 2025
1 parent 622e02c commit 8619a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/services/api-waf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module "aws_waf" {
content_type = "APPLICATION_JSON"

associated_resource_arn = data.aws_lb.api.arn
rate_limit = var.app == "bcda" ? 1000 : 3000
ip_sets = var.env == "sbx" ? [] : [
one(data.aws_wafv2_ip_set.external_services).arn,
one(aws_wafv2_ip_set.api_customers).arn,
Expand Down

0 comments on commit 8619a43

Please # to comment.