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
Copy file name to clipboardExpand all lines: docs/data-sources/privatelink_endpoint.md
+3
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
-> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation.
6
6
7
+
~> **IMPORTANT:** Before configuring a private endpoint for a new region in your cluster,
8
+
ensure that you review the [Multi-Region Private Endpoints](https://www.mongodb.com/docs/atlas/troubleshoot-private-endpoints/#multi-region-private-endpoints) troubleshooting documentation.
Copy file name to clipboardExpand all lines: docs/resources/privatelink_endpoint.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,21 @@
2
2
3
3
`mongodbatlas_privatelink_endpoint` provides a Private Endpoint resource. This represents a [Private Endpoint Service](https://www.mongodb.com/docs/atlas/security-private-endpoint/#private-endpoint-concepts) that can be created in an Atlas project.
4
4
5
-
> **IMPORTANT:** This resource creates a Private Endpoint *Service* in MongoDB Atlas. The endpoint itself is created in your cloud provider using the information returned by this resource. The complementary resource `mongodbatlas_privatelink_endpoint_service` is used to link your cloud provider's endpoint to the Atlas service.
5
+
~> **IMPORTANT:** This resource creates a Private Endpoint *Service* in MongoDB Atlas. The endpoint itself is created in your cloud provider using the information returned by this resource. The complementary resource `mongodbatlas_privatelink_endpoint_service` is used to link your cloud provider's endpoint to the Atlas service.
6
6
7
7
The [private link Terraform module](https://registry.terraform.io/modules/terraform-mongodbatlas-modules/private-endpoint/mongodbatlas/latest) makes use of this resource and simplifies its use.
8
8
9
9
~> **IMPORTANT:**You must have one of the following roles to successfully handle the resource:
10
-
* Organization Owner
11
-
* Project Owner
10
+
* Organization Owner
11
+
* Project Owner
12
+
13
+
~> **IMPORTANT:** Before configuring a private endpoint for a new region in your cluster,
14
+
ensure that you review the [Multi-Region Private Endpoints](https://www.mongodb.com/docs/atlas/troubleshoot-private-endpoints/#multi-region-private-endpoints) troubleshooting documentation.
12
15
13
16
-> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation.
14
17
15
18
-> **NOTE:** A network container is created for a private endpoint to reside in if one does not yet exist in the project.
0 commit comments