cloudstack-terraform-provider
cloudstack-terraform-provider copied to clipboard
Please add more datasources to the provider
Currently only Template data source is present
https://registry.terraform.io/providers/cloudstack/cloudstack/latest/docs/data-sources/template.
It would be great if more data sources are present to fetch the dataa
My use case is to fetch the Kubernetes config file as data source
There is a PR which is in progress to add data sources for some main resources. https://github.com/apache/cloudstack-terraform-provider/pull/38
Though I think Kubernetes is not part of it, many others are on the way.