diff --git a/lib/tools/helpers/web-application-firewall/quotas-and-capacity.ts b/lib/tools/helpers/web-application-firewall/quotas-and-capacity.ts index afb8248f..6d682198 100644 --- a/lib/tools/helpers/web-application-firewall/quotas-and-capacity.ts +++ b/lib/tools/helpers/web-application-firewall/quotas-and-capacity.ts @@ -241,7 +241,7 @@ async function calculateManagedRuleGroupCapacities(type: "Pre" | "Post",deployme break; } case "AWSManagedRulesAmazonIpReputationList": { - processProperties.ManagedRuleATPCount += 1; + processProperties.IpReputationListCount += 1; break; } }