-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[Enhancement]: add managed_rule_group_configs and visibility_config feature to wafv2_web_acl_rule_group_association #44426
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
base: main
Are you sure you want to change the base?
Conversation
…_web_acl_rule_group_association
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
move custom flatten and expand for acfp rule set to flex.go file
Let me know if anything is needed from my side to help move this PR forward. |
Hello @hc-github-team-terraform-aws - let me know if you need any help reviewing this pull request or what it might take to get it on your radar. Thank you! ❤️ |
Hi @justinretzolk , Let me know if you need any inputs reviewing this PR, Thank you ❤️ |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
This PR enhances the
aws_wafv2_web_acl_rule_group_association
resource by adding two new features. Since this resource provides capability to add aws managed rule groups inline, these two feature mimic the same behavior asaws_wafv2_web_acl
resource.:managed_rule_group_configs
block inmanaged_rule_group
:visibility_config
block at the root level: Previously, CloudWatch metrics were always enabled with the metric name hardcoded to the rule name. With this change, users can now explicitly configure:Relations
Closes #44419
References
managed_rule_group_configs feature is already supported in
aws_wafv2_web_acl
resource.Output from Acceptance Testing