Skip to content

Commit

Permalink
bump dpc rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreeman-navapbc committed Dec 11, 2024
1 parent aa20dc4 commit 622732d
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 == "dpc" ? 3000 : 300
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 622732d

Please # to comment.