What’s the process to ask pulumi to add a new prov...
# general
b
What’s the process to ask pulumi to add a new provider? I wanted to used the opensearch provider but he is only with terraform currently 🙂 ?
s
If there is already a terraform provider, it is pretty easy to wrap it and provide a pulumi provider: https://github.com/pulumi/pulumi-tf-provider-boilerplate
l
There's also a cookie cutter to make it even easier: https://github.com/tmeckel/pulumi-tf-provider-cookiecutter And once it's done, the lovely people in the #C037PV12W6L will help you publish it for others to use.
b
i can give it a try
🚀 1
Thx for the cookiecutter, I still have one question
83 export class Object extends pulumi.CustomResource
Do you know if I can force pulumi to rename one resource to avoid the name collision with nodejs.
l
I don't know, but the author is on this Slack, so you could ask a new question, maybe over in #C04NPQTRKM4? I'd imagine he pays attention in that channel.
b
s
👏