terraform-plugin-sdk icon indicating copy to clipboard operation
terraform-plugin-sdk copied to clipboard

API to extract arguments and attributes from any resource type of any provider

Open outjoker opened this issue 3 years ago • 0 comments

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.

outjoker avatar Apr 01 '22 06:04 outjoker