Skip to content

Commit 1439182

Browse files
authored
Fix markdown formatting in network_container.html.markdown (#647)
* Additional new lines for subheadings to fix formatting for cloud-specific attributes references * Remove superfluous asterisk
1 parent 574139d commit 1439182

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

website/docs/r/network_container.html.markdown

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description: |-
88

99
# mongodbatlas_network_container
1010

11-
`mongodbatlas_network_container` provides a Network Peering Container resource. The resource lets you create, edit and delete network peering containers. The resource requires your Project ID. Each cloud provider requires slightly different attributes so read the argument reference carefully.
11+
`mongodbatlas_network_container` provides a Network Peering Container resource. The resource lets you create, edit and delete network peering containers. The resource requires your Project ID. Each cloud provider requires slightly different attributes so read the argument reference carefully.
1212

1313
Network peering container is a general term used to describe any cloud providers' VPC/VNet concept. Containers only need to be created if the peering connection to the cloud provider will be created before the first cluster that requires the container. If the cluster has been/will be created first Atlas automatically creates the required container per the "containers per cloud provider" information that follows (in this case you can obtain the container id from the cluster resource attribute `container_id`).
14-
14+
1515
The following is the maximum number of Network Peering containers per cloud provider:
1616
<br> &#8226; GCP - One container per project.
1717
<br> &#8226; AWS and Azure - One container per cloud provider region.
@@ -64,7 +64,7 @@ resource "mongodbatlas_network_container" "test" {
6464
* Lower bound: 192.168.0.0 - Upper bound:192.168.255.255 - Prefix: 192.168/16
6565

6666
**Atlas locks this value** if an M10+ cluster or a Network Peering connection already exists. To modify the CIDR block, ensure there are no M10+ clusters in the project and no other Network Peering connections in the project.
67-
67+
6868
**Important**: Atlas limits the number of MongoDB nodes per Network Peering connection based on the CIDR block and the region selected for the project. Contact [MongoDB Support](https://www.mongodb.com/contact?tck=docs_atlas) for any questions on Atlas limits of MongoDB nodes per Network Peering connection.
6969

7070
* `provider_name` - (Required GCP and AZURE, Optional but recommended for AWS) Cloud provider for this Network Peering connection. Accepted values are GCP, AWS, AZURE. If omitted, Atlas sets this parameter to AWS.
@@ -81,16 +81,22 @@ In addition to all arguments above, the following attributes are exported:
8181
* `container_id` - The Network Peering Container ID.
8282
* `id` - Terraform's unique identifier used internally for state management.
8383
* `provisioned` - Indicates whether the project has Network Peering connections deployed in the container.
84-
**AWS ONLY:**
84+
85+
**AWS ONLY:**
86+
8587
* `region_name` - Atlas name for AWS region where the Atlas container resides.
8688
* `vpc_id` - Unique identifier of Atlas' AWS VPC.
89+
8790
**CGP ONLY:**
91+
8892
* `gcp_project_id` - Unique identifier of the GCP project in which the network peer resides. Returns null. This value is populated once you create a new network peering connection with the network peering resource.
8993
* `network_name` - Unique identifier of the Network Peering connection in the Atlas project. Returns null. This value is populated once you create a new network peering connection with the network peering resource.
94+
9095
**AZURE ONLY:**
96+
9197
* `region` - Azure region where the Atlas container resides.
9298
* `azure_subscription_id` - Unique identifier of the Azure subscription in which the VNet resides.
93-
* * `vnet_name` - The name of the Azure VNet. Returns null. This value is populated once you create a new network peering connection with the network peering resource.
99+
* `vnet_name` - The name of the Azure VNet. Returns null. This value is populated once you create a new network peering connection with the network peering resource.
94100

95101

96102
## Import

0 commit comments

Comments
 (0)