-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: AWS-AWSManagedRulesATPRuleSet managed_rule_group_configs #28878
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Just this morning we see this same issue when adding a rule to a |
Let me know if you find a workaround or version that works. |
Experiencing the same issue. Some notes:
A workaround at this point would involve avoiding changing the resource but to destroy the resource, recreate the resource, and then making sure any resource that references the waf also gets updated. |
I was able to work around the issue by removing all existing |
thanks, I think it would be inconvenient for us if we had to remove all rules and readd all rules ( including the new one) each time, if i understand this work around correctly. |
In my environment,
then the apply will succeed. If I change it to |
Seeing the same issue. In the versions.tf, anything above 4.30.0 causes WAF deployment issues with AWSManagedRulesKnownBadInputsRuleSet. |
This functionality has been released in v4.63.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.6
AWS Provider Version
4.50.0
Affected Resource(s)
aws_wafv2_web_acl
Expected Behavior
Expeect the rule group "AWS-AWSManagedRulesATPRuleSet" to be added to my existing WAF.
Actual Behavior
Error
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply -var-file="prod.tfvars"
Debug Output
No response
Panic Output
https://gist.github.com/kaykhan/4d7961c964fbce400aa476f1c3bfdae1
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: