nutshimit / mashin

Mashin is an extensible rust-powered Infrastructure as Code (IaC) platform with a Javascript runtime, simplifying cloud resource management through a seamless combination of custom providers and expressive scripting.
https://mashin.land
MIT License
20 stars 2 forks source link

Implement datasource #28

Open lemarier opened 1 year ago

lemarier commented 1 year ago

Is there an existing issue?

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

Are you willing to help with this request?

Yes!