aws_wafv2_web_acl: managed-rule-group-statement is missing Version option #21546
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/wafv2
Issues and PRs that pertain to the wafv2 service.
Milestone
Community Note
Description
AWS WAF offers an optional "Version" to stick to a static version for ManagedRuleGroupStatement. See AWS APIReference.
The AWS provider does not seem to support it according to the latest 3.60 doc.
The version option is useful to test new set of coming rules. AWS released this new option on Aug 9, 2021: https://aws.amazon.com/about-aws/whats-new/2021/08/aws-waf-offers-managed-rule-group-versioning/
Use case: AWS sent recommendation like this one by email:
"On October 27, 2021, we published a new version of the Core Rule Set, currently available as a static version, named Version_1.2, in the console. On November 3, 2021. the Default version for this rule group will be updated to the same configuration as Version_1.2. If you are using the Default version, Version_1.2 can be tested prior to November 3, 2021 by switching to the static version.If you require more time to test the new version we recommend staying on or moving to Version_1.1(previous version) before November 3, 2021. "
New or Affected Resource(s)
Potential Terraform Configuration
See potential new "version" option below.
References
The text was updated successfully, but these errors were encountered: