Skip to content
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

chore: Upgrades privatelink_endpoint_service_serverless resource to auto-generated SDK #1932

Merged
merged 10 commits into from
Feb 12, 2024
Prev Previous commit
Next Next commit
deprecate page_num and items_per_page
oarbusi committed Feb 12, 2024
commit 0c9875ae921bc6cbf84a22558bb606c0295277e3
Original file line number Diff line number Diff line change
@@ -24,12 +24,14 @@ func PluralDataSource() *schema.Resource {
ForceNew: true,
},
"page_num": {
Type: schema.TypeInt,
Optional: true,
Deprecated: "mongodbatlas_privatelink_endpoints_service_serverless now returns all existing privatelink endpoints. Pagination is not supported anymore",
Type: schema.TypeInt,
Optional: true,
},
"items_per_page": {
Type: schema.TypeInt,
Optional: true,
Deprecated: "mongodbatlas_privatelink_endpoints_service_serverless now returns all existing privatelink endpoints. Pagination is not supported anymore",
Type: schema.TypeInt,
Optional: true,
},
"results": {
Type: schema.TypeList,