Generate Any TF Provider schemas with full examples #2607
Labels
area/docsgen
Issues with docs capture or example rendering, historically part of pkg/tfgen
kind/enhancement
Improvements or new features
resolution/fixed
This issue was fixed
Milestone
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:$ pulumi package get-schema terraform-provider $PROVIDER_NAME --docs=full --upstream-repo=$UPSTREAM_REPO
The provider would need to download
$UPSTREAM_REPO
'sdocs
orwebsite
folder and then point docs generation at it.Affected area/feature
The text was updated successfully, but these errors were encountered: