hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

tests/provider: WAFv2 tests have no PreCheck #15876

Closed YakDriver closed 3 years ago

YakDriver commented 3 years ago

Community Note

Description

WAFv2 is supported on GovCloud and commercial partitions. However, neither GovCloud nor commercial partitions list the wafv2 service in the partition service listing provided by the API. Tests can be prechecked through functionality

Terraform Configuration Files

Example config:

resource "aws_wafv2_ip_set" "test" {
  name               = "ip-set-yak"
  scope              = "REGIONAL"
  ip_address_version = "IPV4"
  addresses          = ["1.1.1.1/32", "2.2.2.2/32"]
}

References

ghost commented 3 years ago

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!