You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTMDB-185: Added parameter regions for GCP network container (#418)
* chore: updated mod, need the official release first
* feat: added parameter regions for gcp container(s)
* tests: added acceptance test for containers using gcp regions
* docs: added parameter regions in docs of network container(s)
Co-authored-by: Edgar López <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/d/network_container.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ In addition to all arguments above, the following attributes are exported:
55
55
*`network_name` - Name of the Network Peering connection in the Atlas project.
56
56
*`vpc_id` - Unique identifier of the project’s VPC.
57
57
*`vnet_name` - The name of the Azure VNet. This value is null until you provision an Azure VNet in the container.
58
+
*`regions` - Atlas GCP regions where the container resides.
58
59
59
60
60
61
See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-create-container/)
Copy file name to clipboardExpand all lines: website/docs/d/network_containers.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ In addition to all arguments above, the following attributes are exported:
58
58
*`network_name` - Name of the Network Peering connection in the Atlas project.
59
59
*`vpc_id` - Unique identifier of the project’s VPC.
60
60
*`vnet_name` - The name of the Azure VNet. This value is null until you provision an Azure VNet in the container.
61
+
*`regions` - Atlas GCP regions where the container resides.
61
62
62
63
63
64
See detailed information for arguments and attributes: [MongoDB API Network Peering Container](https://docs.atlas.mongodb.com/reference/api/vpc-get-containers-list/)
0 commit comments