Skip to content

Commit

Permalink
Merge pull request hashicorp#22064 from shelbysoutter/d-vpc_ipam_pool
Browse files Browse the repository at this point in the history
docs/aws_vpc_ipam_pool - minor fixes
  • Loading branch information
ewbankkit authored Dec 6, 2021
2 parents 6356238 + 34cde8c commit 0624dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/vpc_ipam_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-

# Resource: aws_vpc_ipam_pool

Provides a VPC resource.
Provides an IP address pool resource for IPAM.

## Example Usage

Expand Down Expand Up @@ -70,7 +70,7 @@ resource "aws_vpc_ipam_pool_cidr" "child_test" {
The following arguments are supported:

* `address_family` - (Optional) The IP protocol assigned to this pool. You must choose either IPv4 or IPv6 protocol for a pool.
* `publicly_advertisable` - (Required) Defines whether or not IPv6 pool space is publicly advertisable over the internet. This option is not available for IPv4 pool space.
* `publicly_advertisable` - (Required) Defines whether or not IPv6 pool space is publicly advertisable over the internet. This option is not available for IPv4 pool space.
* `allocation_default_netmask_length` - (Optional) A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16 (unless you provide a different netmask value when you create the new allocation).
* `allocation_max_netmask_length` - (Optional) The maximum netmask length that will be required for CIDR allocations in this pool.
* `allocation_min_netmask_length` - (Optional) The minimum netmask length that will be required for CIDR allocations in this pool.
Expand Down

0 comments on commit 0624dd0

Please sign in to comment.