Is your feature request related to a problem? Please describe.
Currently only a read for one instance for a resource is available. However a list of available instances of a resource is not available as a data source.
Example: cloudfoundry_app is available as data source, but I cannot list all apps via cloudfoundry_apps
Thanks for the feature request. We evaluate it and update the issue accordingly.
Community Note
Voting for Prioritization
Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
What area do you want to see improved?
terraform provider
Is your feature request related to a problem? Please describe.
Currently only a read for one instance for a resource is available. However a list of available instances of a resource is not available as a data source.
Example: cloudfoundry_app is available as data source, but I cannot list all apps via cloudfoundry_apps
The corresponding API endpoints on CF side are available see e.g., https://v3-apidocs.cloudfoundry.org/version/3.179.0/index.html#apps
Describe the solution you would like
Add data sources should support the fetching of a list of resources not only one dedicated resource.
Describe alternatives you have considered
n/a
Additional context
n/a