mashin
mashin copied to clipboard
Implement datasource
Is there an existing issue?
- [X] I have searched the existing issues
Motivation
Query a provider to get informations about a specific data type
Terraform impl; https://developer.hashicorp.com/terraform/language/data-sources
Request
Expose datasource in the SDK
Solution
The core can take care of the routing and query the provider
- [ ] Add datasource in SDK (ts)
- [ ] Add datasource in SDK (rust)
- [ ] Add datasource handling in mashin_core
Are you willing to help with this request?
Yes!