-
Notifications
You must be signed in to change notification settings - Fork 189
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
Conversation
@@ -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 comment
The 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
-> **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. |
|
||
-> **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 comment
The reason will be displayed to describe this comment to others. Learn more.
-> **IMPORTANT:** You might encounter errors after configuring a private endpoint for a new | |
~> **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 comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please put this IMPORTANT before the two NOTEs? Thank you!
-> **IMPORTANT:** You might encounter errors after configuring a private endpoint for a new | ||
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. | ||
|
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.
-> **IMPORTANT:** You might encounter errors after configuring a private endpoint for a new | |
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. | |
-> **IMPORTANT:** If you are adding a new region to your cluster and configuring a private | |
endpoint for the region, make sure to first review the [Multi-Region Private Endpoints documentation](https://www.mongodb.com/docs/atlas/troubleshoot-private-endpoints/#multi-region-private-endpoints). | |
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!
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.
LGTM
Description
This PR adds links to new private endpoint troubleshooting information in the docs, requested here in Jira.
Link to any related issue(s): DOCSP-49182
Type of change:
Required Checklist:
Further comments