We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad4109e + 763e476 commit 9927b2cCopy full SHA for 9927b2c
2 files changed
ci/terraform/variables.tf
@@ -144,5 +144,5 @@ variable "deployment_min_healthy_percent" {
144
}
145
146
variable "deployment_max_percent" {
147
- default = 100
+ default = 150
148
ci/terraform/waf.tf
@@ -14,7 +14,7 @@ resource "aws_wafv2_web_acl" "account_management_alb_waf_regional_web_acl" {
14
name = "${var.environment}-account-management-alb-waf-rate-based-rule"
15
statement {
16
rate_based_statement {
17
- limit = 250
+ limit = 5000
18
aggregate_key_type = "IP"
19
20
0 commit comments