Skip to content

Commit f533fcb

Browse files
authored
Merge pull request #193 from terraform-providers/minor-doc-update-peering
Peering Container documentation fix
2 parents 3d4d3bf + f779049 commit f533fcb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

website/docs/d/network_container.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ In addition to all arguments above, the following attributes are exported:
4747
* `id` - The Network Peering Container ID.
4848
* `atlas_cidr_block` - CIDR block that Atlas uses for your clusters. Atlas uses the specified CIDR block for all other Network Peering connections created in the project. The Atlas CIDR block must be at least a /24 and at most a /21 in one of the following [private networks](https://tools.ietf.org/html/rfc1918.html#section-3).
4949
* `provider_name` - Cloud provider for this Network Peering connection. If omitted, Atlas sets this parameter to AWS.
50-
* `region_name` - AWS region.
51-
* `region` - Azure region where the container resides.
50+
* `region_name` - The Atlas AWS region name for where this container will exist.
51+
* `region` - The Atlas Azure region name for where this container will exist.
5252
* `azure_subscription_id` - Unique identifer of the Azure subscription in which the VNet resides.
5353
* `provisioned` - Indicates whether the project has Network Peering connections deployed in the container.
5454
* `gcp_project_id` - Unique identifier of the GCP project in which the Network Peering connection resides.
@@ -57,4 +57,4 @@ In addition to all arguments above, the following attributes are exported:
5757
* `vnet_name` - The name of the Azure VNet. This value is null until you provision an Azure VNet in the container.
5858

5959

60-
See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)
60+
See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)

website/docs/d/network_containers.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ In addition to all arguments above, the following attributes are exported:
5050
* `id` - The Network Peering Container ID.
5151
* `atlas_cidr_block` - CIDR block that Atlas uses for your clusters. Atlas uses the specified CIDR block for all other Network Peering connections created in the project. The Atlas CIDR block must be at least a /24 and at most a /21 in one of the following [private networks](https://tools.ietf.org/html/rfc1918.html#section-3).
5252
* `provider_name` - Cloud provider for this Network Peering connection. If omitted, Atlas sets this parameter to AWS.
53-
* `region_name` - AWS region.
54-
* `region` - Azure region where the container resides.
53+
* `region_name` - The Atlas AWS region name for where this container exists.
54+
* `region` - The Atlas Azure region name for where this container exists.
5555
* `azure_subscription_id` - Unique identifer of the Azure subscription in which the VNet resides.
5656
* `provisioned` - Indicates whether the project has Network Peering connections deployed in the container.
5757
* `gcp_project_id` - Unique identifier of the GCP project in which the Network Peering connection resides.
@@ -60,4 +60,4 @@ In addition to all arguments above, the following attributes are exported:
6060
* `vnet_name` - The name of the Azure VNet. This value is null until you provision an Azure VNet in the container.
6161

6262

63-
See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-get-containers-list/)
63+
See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-get-containers-list/)

website/docs/r/network_container.html.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ resource "mongodbatlas_network_container" "test" {
5959
* `project_id` - (Required) The unique ID for the project to create the database user.
6060
* `atlas_cidr_block` - (Required) CIDR block that Atlas uses for your clusters. Atlas uses the specified CIDR block for all other Network Peering connections created in the project. The Atlas CIDR block must be at least a /24 and at most a /21 in one of the following [private networks](https://tools.ietf.org/html/rfc1918.html#section-3).
6161
* `provider_name` - (Optional) Cloud provider for this Network Peering connection. If omitted, Atlas sets this parameter to AWS.
62-
* `region_name` - (Optional | AWS provider only) AWS region.
63-
* `region` - (Optional | AZURE provider only) Azure region where the container resides.
62+
* `region_name` - (Optional | AWS provider only) The Atlas AWS region name for where this container will exist.
63+
* `region` - (Optional | AZURE provider only) The Atlas Azure region name for where this container will exist.
6464

6565

6666
## Attributes Reference
@@ -69,8 +69,8 @@ In addition to all arguments above, the following attributes are exported:
6969

7070
* `container_id` - The Network Peering Container ID.
7171
* `id` - The Terraform's unique identifier used internally for state management.
72-
* `region_name` - AWS region.
73-
* `region` - Azure region where the container resides.
72+
* `region_name` - The Atlas AWS region name for where this container exists.
73+
* `region` - The Atlas Azure region name for where this container exists.
7474
* `azure_subscription_id` - Unique identifer of the Azure subscription in which the VNet resides.
7575
* `provisioned` - Indicates whether the project has Network Peering connections deployed in the container.
7676
* `gcp_project_id` - Unique identifier of the GCP project in which the Network Peering connection resides.

0 commit comments

Comments
 (0)