-
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
resources/wafregional_web_acl: add rule type support #4307
Conversation
This commit adds rule type support so that Rate Limit rules could be use along with REGULAR rules. Closes hashicorp#4079 hashicorp#4174 hashicorp#4052
Thanks for this @omeid! Are you able to add an acceptance test for this as well? |
Thanks @bflad, I will look into adding tests. It may take a while as I am unfamiliar with the test structure and time poor atm, sorry about that. |
Would be great if we can have this PR merged, breaking for users with rate-based rules. |
@oba11 If you could help add tests, that would be great. I would like this landed too, but very time poor :( |
Followup PR (including this commit and associated acceptance test) has been submitted: #4978 |
This has been released in version 1.25.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This commit adds rule type support so that Rate Limit rules
could be use along with REGULAR rules.
Closes #4079 #4174 #4052