---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_wafv2_ip_set Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually
---
# awscc_wafv2_ip_set (Resource)
Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually
## Schema
### Required
- `addresses` (List of String) List of IPAddresses.
- `ip_address_version` (String) Type of addresses in the IPSet, use IPV4 for IPV4 IP addresses, IPV6 for IPV6 address.
- `scope` (String) Use CLOUDFRONT for CloudFront IPSet, use REGIONAL for Application Load Balancer and API Gateway.
### Optional
- `description` (String) Description of the entity.
- `name` (String) Name of the IPSet.
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) ARN of the WAF entity.
- `id` (String) Id of the IPSet
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_wafv2_ip_set.example
```