-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Adding rate based rule to regional WAF #4174
Comments
You are correct - I ran into the same issue. Terraform does not support adding rate based rules to regional_acl at this time. |
So basically if I'm understanding this, you can create the regional rate based rule but not add it to the ACL. Can I request an enhancement? |
Yep - that's what I'm seeing. I created this ticket related to my issue: #4079. It looks like waf_regional support was just added, as was support for rate based rules with regular waf. So, my guess is the two just haven't caught up and an enhancement is required. |
Cool, my searches missed that item. Guess I will just wait. Thanks |
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
The |
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! |
Hi there,
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Attach WAF Regional Rate based rule to the WAF Regional ACL
Important Factoids
What I think is that terraform does not support rate base rules getting added to regional_acl for WAF. the global WAF has this parameter: https://www.terraform.io/docs/providers/aws/r/waf_web_acl.html#type-1 where when you look on this page, https://www.terraform.io/docs/providers/aws/r/wafregional_web_acl.html its missing that section.
Can someone help me validate my theory?
The text was updated successfully, but these errors were encountered: