-
Notifications
You must be signed in to change notification settings - Fork 179
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
remove!: Removes items_per_page
and page_num
from data_source_privatelink_endpoints_service_serverless
#2336
Conversation
APIx bot: a message has been sent to Docs Slack channel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -25,16 +23,6 @@ func PluralDataSource() *schema.Resource { | |||
Required: true, | |||
ForceNew: true, | |||
}, | |||
"page_num": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update the related datasource documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are not in the documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Agustin Bettati <bettatiagustin@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oarbusi LGTM % one minor adjustment
Co-authored-by: John Williams <55147273+jwilliams-mongo@users.noreply.github.com>
Description
Removes
items_per_page
andpage_num
fromdata_source_privatelink_endpoints_service_serverless
Link to any related issue(s): CLOUDP-253079
Type of change:
Required Checklist:
Further comments