Terraform Resource Discovery for multiple cloud providers

I’d love to see a more expansive capability with Resource Discovery for other various cloud providers (i.e. Azure, AWS, etc.) similar to what’s currently offered with OCI resource provider discovery capability. What this does is has a binary thats generated and can be ran to discover via the API what terraform can already thats been provisioned and then auto-generate terraform templates for. This enables greater adoption of terraform and re-usability because organizations can then standardize on their resource configurations easily and quickly re-deploying them editing to deploy them in other environments more efficiently than starting from scratch to understand what’s already there. This also allows for more easily understanding configuration differences if one environment deployed a resource one way and another deployed a different configuration then it helps to not have to poke through other people’s code or terraform docs to try to understand how to declare the resource configuration that’s trying to be deployed.

Why don’t you try GitHub - GoogleCloudPlatform/terraformer: CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code