Hi there o/ I ve been looking at Pulumi, just want...
# contribute
i
Hi there o/ I ve been looking at Pulumi, just wanted to raise that the documentation (or lack thereof) has been a major blocker toward my testing & adoption. For example, a lot of work seems to have gone towards making bridging of terraform plugins possible - is there documentation somewhere how I can write a bridge to an existing terraform module?
g
Documentation for bridging to an existing terraform provider is at https://github.com/pulumi/pulumi-tf-provider-boilerplate. If you’re wanting to use an existing terraform remote state as an input to your pulumi application, that’s described at https://www.pulumi.com/blog/using-terraform-remote-state-with-pulumi/.