pulumi / pulumi-terraform-bridge

A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi.
Apache License 2.0
183 stars 41 forks source link

Upstream installation instructions: Docs Edits and Transformations #2078

Open guineveresaenger opened 2 weeks ago

guineveresaenger commented 2 weeks 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: