If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Currently, schemas generated from pulumi-terraform-provider are not aware of their upstream git repo, and use only in-memory docs. When generating docs for the registry, we should run the full documentation pipeline used when generating docs for our other providers. We can do this by setting a flag on our get-schema call:
Hello!
Issue details
Currently, schemas generated from
pulumi-terraform-provider
are not aware of their upstream git repo, and use only in-memory docs. When generating docs for the registry, we should run the full documentation pipeline used when generating docs for our other providers. We can do this by setting a flag on ourget-schema
call:The provider would need to download
$UPSTREAM_REPO
'sdocs
orwebsite
folder and then point docs generation at it.Affected area/feature