-
Notifications
You must be signed in to change notification settings - Fork 192
doc: Add link to multi-region private endpoint troubleshooting #3273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,18 +2,21 @@ | |||||
|
||||||
`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. | ||||||
|
||||||
> **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. | ||||||
-> **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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thanks for the fix!! Would you please actually use the ~, that's the symbol to get the colored warning box
Suggested change
|
||||||
|
||||||
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. | ||||||
|
||||||
~> **IMPORTANT:**You must have one of the following roles to successfully handle the resource: | ||||||
* Organization Owner | ||||||
* Project Owner | ||||||
* Organization Owner | ||||||
marcosuma marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
* Project Owner | ||||||
|
||||||
-> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. | ||||||
|
||||||
-> **NOTE:** A network container is created for a private endpoint to reside in if one does not yet exist in the project. | ||||||
|
||||||
-> **IMPORTANT:** You might encounter errors after configuring a private endpoint for a new | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please put this IMPORTANT before the two NOTEs? Thank you! |
||||||
region in your cluster. To learn how to troubleshoot potential errors, see | ||||||
[Multi-Region Private Endpoints](https://www.mongodb.com/docs/atlas/troubleshoot-private-endpoints/#multi-region-private-endpoints) in the MongoDB Atlas documentation. | ||||||
|
||||||
## Example Usage | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't convinced about mentioning "potential errors" since it could create confusion. So I am proposing this format "to read the doc first if you are..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reworded it to something similar, let me know what you think!