trussworks / terraform-aws-wafv2

Creates a WAF using AWS WAFv2 and AWS Managed Rule Sets
https://registry.terraform.io/modules/trussworks/wafv2
Apache License 2.0
104 stars 58 forks source link

AWS GovCloud now supports AWSManagedRulesAmazonIpReputationList #36

Closed elljdotmil closed 3 years ago

elljdotmil commented 3 years ago

Greetings Trussels,

As of 12/2/2020, AWS GovCloud does not support the AWSManagedRulesAmazonIpReputationList managed rule set, which is enabled by default in this module. Until AWS supports that rule set, you will need to define your own managed_rules.

We experienced this same issue in GovCloud when previously trying AWSManagedRulesAmazonIpReputationList.

I tried AWSManagedRulesAmazonIpReputationList today (Feb 10 2021) in GovCloud (us-gov-west-1) and it appears that AWSManagedRulesAmazonIpReputationList is now supported. I can't find anything on AWS' docs to confirm, but I was able to successfully apply it via terraform on one of my projects.

Here is a screenshot of it in the AWS Console as well

Screen Shot 2021-02-10 at 6 52 05 PM
dynamike commented 3 years ago

You're the best. I'll update the docs.