-   Notifications  You must be signed in to change notification settings 
- Fork 11
Added ListResource RPC #313
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
Conversation
388806f to eab58a0   Compare   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.
This looks excellent to me. All the review comments are non-blocking. 
| Severity: tfprotov5.DiagnosticSeverityError, | ||
| Summary: "ListResource Not Implemented", | ||
| Detail: "A ListResource call was received by the provider, however the provider does not implement ListResource. " + | ||
| "Either upgrade the provider to a version that implements ListResource or this is a bug in Terraform that should be reported to the Terraform maintainers.", | 
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.
💭 Not specific to this pull request: I wonder how this could be a bug in Terraform.
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.

Related Issue
Continue from #312
Description
Adds ListResource RPC for Search
Rollback Plan
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
No