Cannot remove rules from aws_waf_web_acl #4786
Labels
bug
Addresses a defect in current functionality.
service/waf
Issues and PRs that pertain to the waf service.
Milestone
Community Note
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
Before
First attempt
* aws_waf_web_acl.global_waf_acl: Error Updating WAF ACL: Error Updating WAF ACL: ValidationException: Cannot allow rule <ID> with priority 2. Another rule already has this priority.
Second attempt
aws_waf_web_acl.global_waf_acl: Modifications complete after 1s
All rules are still attached to WAF in AWS Console
Expected Behavior
I should be able to update rule priorities.
I should also be able to remove rules and have them removed from the WAF
Actual Behavior
Priority conflict.
Rules still present.
Steps to Reproduce
See above HCL
The text was updated successfully, but these errors were encountered: