From d5a5527503055e58287bf260104503b705336187 Mon Sep 17 00:00:00 2001 From: Zach Carr Date: Thu, 21 Mar 2024 14:15:42 -0400 Subject: [PATCH] (DOCSP-35227) Help clarify misleading resource names (private endpoint and endpoint service) --- website/docs/r/privatelink_endpoint.html.markdown | 2 +- website/docs/r/privatelink_endpoint_service.html.markdown | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/r/privatelink_endpoint.html.markdown b/website/docs/r/privatelink_endpoint.html.markdown index a6865c5f22..212fda2c8d 100644 --- a/website/docs/r/privatelink_endpoint.html.markdown +++ b/website/docs/r/privatelink_endpoint.html.markdown @@ -8,7 +8,7 @@ description: |- # Resource: mongodbatlas_privatelink_endpoint -`mongodbatlas_privatelink_endpoint` provides a Private Endpoint resource. This represents a Private Endpoint Service that can be created in an Atlas project. +`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:**You must have one of the following roles to successfully handle the resource: * Organization Owner diff --git a/website/docs/r/privatelink_endpoint_service.html.markdown b/website/docs/r/privatelink_endpoint_service.html.markdown index 99654961ab..7e5109c38d 100644 --- a/website/docs/r/privatelink_endpoint_service.html.markdown +++ b/website/docs/r/privatelink_endpoint_service.html.markdown @@ -8,13 +8,14 @@ description: |- # Resource: mongodbatlas_privatelink_endpoint_service -`mongodbatlas_privatelink_endpoint_service` provides a Private Endpoint Interface Link resource. This represents a Private Endpoint Interface Link, which adds one interface endpoint to a private endpoint connection in an Atlas project. +`mongodbatlas_privatelink_endpoint_service` provides a Private Endpoint Interface Link resource. This represents a Private Endpoint Interface Link, which adds one [Interface Endpoint](https://www.mongodb.com/docs/atlas/security-private-endpoint/#private-endpoint-concepts) to a private endpoint connection in an Atlas project. ~> **IMPORTANT:**You must have one of the following roles to successfully handle the resource: * Organization Owner * Project Owner -> **NOTE:** Groups and projects are synonymous terms. You may find group_id in the official documentation. + -> **NOTE:** Create and delete wait for all clusters on the project to IDLE in order for their operations to complete. This ensures the latest connection strings can be retrieved following creation or deletion of this resource. Default timeout is 2hrs. ## Example with AWS