pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
199 stars 43 forks source link

Upstream installation instructions: Docs Edits and Transformations #2078

Open guineveresaenger opened 5 months ago

guineveresaenger commented 5 months ago

Part of https://github.com/pulumi/registry/issues/4749.

https://github.com/pulumi/pulumi-terraform-bridge/pull/2068 adds the ability to emit the upstream index.md file, where top-level provider information lives, into a docs folder in the Pulumi provider, which is where the registry can find the file if it exists, exactly as we are doing for third party providers today.

To emit these docs properly, the following requirements must be met before emitting this file:

guineveresaenger commented 3 months ago

This is ready to be rolled out on select Tier 3 providers. Note that the Akamai provider keeps their installation docs elsewhere so we'll have to come up with an alternative.

iwahbe commented 3 months ago

I have created an issue to track rollout: https://github.com/pulumi/home/issues/3598