File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "mongodbatlas_privatelink_endpoint_service_serverless" "test" {
38
38
project_id = "<PROJECT_ID>"
39
39
instance_name = mongodbatlas_serverless_instance.test.name
40
40
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
42
42
provider_name = "AWS"
43
43
comment = "New serverless endpoint"
44
44
}
@@ -78,7 +78,7 @@ resource "mongodbatlas_privatelink_endpoint_service_serverless" "test" {
78
78
project_id = mongodbatlas_privatelink_endpoint_serverless.test.project_id
79
79
instance_name = mongodbatlas_serverless_instance.test.name
80
80
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
82
82
private_endpoint_ip_address = azurerm_private_endpoint.test.private_service_connection.0.private_ip_address
83
83
provider_name = "AZURE"
84
84
comment = "test"
You can’t perform that action at this time.
0 commit comments