Skip to content

Commit f43e82f

Browse files
committed
Update the documentation to add description of metered_account
1 parent 2abfa56 commit f43e82f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

website/docs/d/vpc_ipam.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This data source exports the following attributes in addition to the arguments a
3838
* `enable_private_gua` - If private GUA is enabled.
3939
* `id` - ID of the IPAM resource.
4040
* `ipam_region` - Region that the IPAM exists in.
41+
* `metered_account` - AWS account that is charged for active IP addresses managed in IPAM.
4142
* `operating_regions` - Regions that the IPAM is configured to operate in.
4243
* `owner_id` - ID of the account that owns this IPAM.
4344
* `private_default_scope_id` - ID of the default private scope.

website/docs/r/vpc_ipam.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ This resource supports the following arguments:
6363
* `cascade` - (Optional) Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes.
6464
* `description` - (Optional) A description for the IPAM.
6565
* `enable_private_gua` - (Optional) Enable this option to use your own GUA ranges as private IPv6 addresses. Default: `false`.
66+
* `metered_account` - (Optional) AWS account that is charged for active IP addresses managed in IPAM. Valid values are `ipam-owner` (default) and `resource-owner`.
6667
* `operating_regions` - (Required) Determines which locales can be chosen when you create pools. 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. You specify a region using the [region_name](#operating_regions) parameter. You **must** set your provider block region as an operating_region.
6768
* `tier` - (Optional) specifies the IPAM tier. Valid options include `free` and `advanced`. Default is `advanced`.
6869
* `tags` - (Optional) A map of tags to assign to the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.

0 commit comments

Comments
 (0)