Skip to content

Commit

Permalink
Merge pull request #658 from perfectsense/bugfix/remove-waf-rule-limit
Browse files Browse the repository at this point in the history
Remove collection max for rules
  • Loading branch information
harjain99 authored Aug 28, 2024
2 parents 512b2f3 + 14c18f6 commit 7bb15b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gyro/aws/wafv2/WebAclResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ public void setDefaultAction(WafDefaultAction.DefaultAction defaultAction) {
*/
@Required
@Updatable
@CollectionMax(10)
public Set<RuleResource> getRule() {
if (rule == null) {
rule = new HashSet<>();
Expand Down

0 comments on commit 7bb15b5

Please sign in to comment.