Skip to content

Commit e0bf177

Browse files
authored
Serverless Endpoint Service Doc Bug (#930)
1 parent 6816ff8 commit e0bf177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/privatelink_endpoint_service_serverless.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "mongodbatlas_privatelink_endpoint_service_serverless" "test" {
3838
project_id = "<PROJECT_ID>"
3939
instance_name = mongodbatlas_serverless_instance.test.name
4040
endpoint_id = mongodbatlas_privatelink_endpoint_serverless.test.endpoint_id
41-
cloud_endpoint_id = aws_vpc_endpoint.ptfe_service.id
41+
cloud_provider_endpoint_id = aws_vpc_endpoint.ptfe_service.id
4242
provider_name = "AWS"
4343
comment = "New serverless endpoint"
4444
}
@@ -78,7 +78,7 @@ resource "mongodbatlas_privatelink_endpoint_service_serverless" "test" {
7878
project_id = mongodbatlas_privatelink_endpoint_serverless.test.project_id
7979
instance_name = mongodbatlas_serverless_instance.test.name
8080
endpoint_id = mongodbatlas_privatelink_endpoint_serverless.test.endpoint_id
81-
cloud_endpoint_id = azurerm_private_endpoint.test.id
81+
cloud_provider_endpoint_id = azurerm_private_endpoint.test.id
8282
private_endpoint_ip_address = azurerm_private_endpoint.test.private_service_connection.0.private_ip_address
8383
provider_name = "AZURE"
8484
comment = "test"

0 commit comments

Comments
 (0)