Is there a way to get an enumeration of all the possible resources in C# with the CDKTF?

Hi!

I was searching for a way to get a list of all the possible resources for the Azurerm provider and present that to a user, I was thinking of scraping the provider page for the resources (which I find to be an overengineered and overkill solution) but I haven’t been able to find any definitive solution. Are there any possible ways to do this with CDKTF for the Azurerm C# provider?

Thanks!

Bumping just in case

There are a few ways: