We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add version support for AWS Managed Rules.
version
Sometimes it's important to apply or keep specific version because of breaking changes from Amazon.
Something like this, maybe?
managed_rule_group_statement_rules = [ { name = "10-common" override_action = "count" priority = 10 statement = { name = "AWSManagedRulesCommonRuleSet" vendor_name = "AWS" version = "Version_1.2" excluded_rule = [] } visibility_config = { cloudwatch_metrics_enabled = false sampled_requests_enabled = false metric_name = "10-common-metric" } } ]
None.
In AWS console, version can be changed in rule edit:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the Feature
Add
version
support for AWS Managed Rules.Use Case
Sometimes it's important to apply or keep specific version because of breaking changes from Amazon.
Describe Ideal Solution
Something like this, maybe?
Alternatives Considered
None.
Additional Context
In AWS console, version can be changed in rule edit:
The text was updated successfully, but these errors were encountered: