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

[Epic] Maintain and generate provider installation instructions in-provider #2083

Open guineveresaenger opened 2 weeks ago

guineveresaenger commented 2 weeks ago

This effort has two major parts:

  1. Keep installation_configuration.md and index.md files in-provider. As of today this is mainly a migration from pulumi/registry to $provider/docs.

  2. Consume upstream upstream index.md file to $provider/docs a) Transform the content to match Pulumi standards.

- [ ] https://github.com/pulumi/registry/issues/4740
- [ ] https://github.com/pulumi/pulumi-terraform-bridge/issues/2082
- [ ] https://github.com/pulumi/pulumi-terraform-bridge/issues/2078 (this is a tracking issue with a checklist of necessary transformations).