Retrieves the summary of a WAFv2 IP Set.
data "aws_wafv2_ip_set" "example" {
name = "some-ip-set"
scope = "REGIONAL"
}
This data source supports the following arguments:
name
- (Required) Name of the WAFv2 IP Set.scope
- (Required) Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are CLOUDFRONT
or REGIONAL
. To work with CloudFront, you must also specify the region us-east-1
(N. Virginia) on the AWS provider.This data source exports the following attributes in addition to the arguments above:
addresses
- An array of strings that specifies zero or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation.arn
- ARN of the entity.description
- Description of the set that helps with identification.id
- Unique identifier for the set.ip_address_version
- IP address version of the set.