registry icon indicating copy to clipboard operation
registry copied to clipboard

Support dynamically bridged Terraform providers in the Registry

Open iwahbe opened this issue 1 year ago • 1 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • 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

iwahbe avatar Aug 29 '24 14:08 iwahbe

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.

joeduffy avatar Aug 29 '24 18:08 joeduffy

We have shipped this. An example is google-workspace: https://www.pulumi.com/registry/packages/googleworkspace/.

iwahbe avatar Jan 24 '25 10:01 iwahbe