birchb1024 / terraform-provider-universe

A generic Terraform Provider with which you can code dynamic providers in any scripting language.
Mozilla Public License 2.0
14 stars 2 forks source link

Feature: Automatic resource types - no need to use environment variable? #2

Open birchb1024 opened 3 years ago

birchb1024 commented 3 years ago

Maybe using terraform providers schema -json , scan the working directory for resourcetypes - automatically configure these when the provider starts as an altenative to the TERRAFORM__RESOURCETYPES variable. Or provide a standalone program to generate the variable values if the above does not work.

It's worth a try.