aws_waf_ipset
Retrieves a WAF IP Set Resource Id.
data "aws_waf_ipset" "example" {
name = "tfWAFIPSet"
}
This data source supports the following arguments:
name
- (Required) Name of the WAF IP set.This data source exports the following attributes in addition to the arguments above:
id
- ID of the WAF IP set.