mongodbatlas_serverless_privatelink_endpoint
I'm trying to import a serverless private link endpoint but I have no success with the current resource "mongodbatlasprivatelinkendpoint". As I investigate I saw that "mongodbatlasprivatelinkendpoint" is using the "private endpoint" API not the "serverless private endpoint" API reference on this url https://www.mongodb.com/docs/atlas/reference/api/serverless-private-endpoints/ that is why its unable to get the resource I wanted to import.
It is good if we have a separate resource for the serverless private endpoint because it is the only way to securely connect to AWS without using the network peering connection. As of this writing network peering is not yet supported in serverless instances.
-
AdminZuhair (Admin, MongoDB) commented
Hi Mack, we just updated below as part of the Terraform MongoDB Atlas Provider v1.6 release (https://registry.terraform.io/providers/mongodb/mongodbatlas/latest )! please note that we now support both AWS + Azure for Serverless Private Endpoints. see more details in our CHANGELOG (https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md ). thanks again for sharing this feedback!
-
mack commented
Thank you. I'm excited to use this when it release.
-
AdminZuhair (Admin, MongoDB) commented
Hi Mack, serverless private endpoints support is currently on our roadmap for the Terraform MongoDB Atlas Provider and will indeed be a separate resource. This will be included as part of v1.6 which should be released in a few weeks time.