You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Pulumi released dynamically bridged TF providers, which allows Pulumi users to consume any Terraform provider quickly. The registry should host documentation for dynamically bridged providers.
This is a tracking issue. To implement, we will need:
A list of TF providers who's dynamically bridged docs we want to host. This could be the top 100 providers we see used, or an entire registry.
A safe environment to run pulumi package gen-sdk terraform-provider <provider>.
A mechanism to serve these providers to the registry and listen for upstream updates.
Affected area/feature
The text was updated successfully, but these errors were encountered:
An additional (or alternative) simple short-term nice feature could be to just generate the markdown docs in the local package and let you run a simple local web sever that serves them up.
Hello!
Issue details
Pulumi released dynamically bridged TF providers, which allows Pulumi users to consume any Terraform provider quickly. The registry should host documentation for dynamically bridged providers.
This is a tracking issue. To implement, we will need:
pulumi package gen-sdk terraform-provider <provider>
.Affected area/feature
The text was updated successfully, but these errors were encountered: