terraform-plugin-sdk
terraform-plugin-sdk copied to clipboard
API to extract arguments and attributes from any resource type of any provider
Use-cases
https://registry.terraform.io/providers/heroku/heroku/latest/docs/resources/app
if we navigate to this page, we can see the description of heroku provider's heroku_app resource definition and corresponding usage. As we keep scrolling down on the page, we see Argumenet reference and Attributes Reference
If there could be any API or SDK to which we can connect and get this kind of data for individual resource types for a given provider/(s) it would be really helpful.