Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dynamically bridged Terraform providers in the Registry #5302

Open
iwahbe opened this issue Aug 29, 2024 · 1 comment
Open

Support dynamically bridged Terraform providers in the Registry #5302

iwahbe opened this issue Aug 29, 2024 · 1 comment
Labels
area/api-docs kind/enhancement Improvements or new features

Comments

@iwahbe
Copy link
Member

iwahbe commented Aug 29, 2024

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 iwahbe added the kind/enhancement Improvements or new features label Aug 29, 2024
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Aug 29, 2024
@joeduffy
Copy link
Member

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.

@interurban interurban added area/api-docs and removed needs-triage Needs attention from the triage team labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-docs kind/enhancement Improvements or new features
Projects
Status: 🧳 Backlog
Development

No branches or pull requests

4 participants