Skip to content

Commit 449ba0f

Browse files
Merge pull request #35238 from acwwat/d-aws_vpc_ipam_pool-fix_attrs_reqd
docs: Mark aws_vpc_ipam_pool attrs as required correctly
2 parents aa8dd58 + f0d1977 commit 449ba0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/vpc_ipam_pool.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource "aws_vpc_ipam_pool_cidr" "child_test" {
6969

7070
This resource supports the following arguments:
7171

72-
* `address_family` - (Optional) The IP protocol assigned to this pool. You must choose either IPv4 or IPv6 protocol for a pool.
72+
* `address_family` - (Required) The IP protocol assigned to this pool. You must choose either IPv4 or IPv6 protocol for a pool.
7373
* `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).
7474
* `allocation_max_netmask_length` - (Optional) The maximum netmask length that will be required for CIDR allocations in this pool.
7575
* `allocation_min_netmask_length` - (Optional) The minimum netmask length that will be required for CIDR allocations in this pool.
@@ -78,7 +78,7 @@ This resource supports the following arguments:
7878
within the CIDR range in the pool.
7979
* `aws_service` - (Optional) Limits which AWS service the pool can be used in. Only useable on public scopes. Valid Values: `ec2`.
8080
* `description` - (Optional) A description for the IPAM pool.
81-
* `ipam_scope_id` - (Optional) The ID of the scope in which you would like to create the IPAM pool.
81+
* `ipam_scope_id` - (Required) The ID of the scope in which you would like to create the IPAM pool.
8282
* `locale` - (Optional) The locale in which you would like to create the IPAM pool. Locale is the Region where you want to make an IPAM pool available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region. Possible values: Any AWS region, such as `us-east-1`.
8383
* `publicly_advertisable` - (Optional) Defines whether or not IPv6 pool space is publicly advertisable over the internet. This argument is required if `address_family = "ipv6"` and `public_ip_source = "byoip"`, default is `false`. This option is not available for IPv4 pool space or if `public_ip_source = "amazon"`.
8484
* `public_ip_source` - (Optional) The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Valid values are `byoip` or `amazon`. Default is `byoip`.

0 commit comments

Comments
 (0)