I'm looking into Pulumi, I really like the develop...
# general
g
I'm looking into Pulumi, I really like the developer experience based on comparing it with cdktf. One problem I have is that there are a few relatively obscure terraform providers that I need regularly - with cdktf you run a single command and it generates classes for you in your local project that you can use to interact with the provider. Of course I understand that is a thing that they can do because it's still terraform under the hood. Is it right that the only way to use a tf provider that doesn't have a bridging pulumi provider yet is to create, manage and host that provider myself using https://github.com/pulumi/pulumi-terraform-bridge?
l
Hey @great-pharmacist-55508, with Pulumiverse, we have a growing community of people sharing the maintenance of additional providers, code snippets et all. This means you are not on your own to have your required providers bridged & published. Can you provide links to the TF providers you would want to see supported by Pulumi?
Feel free to hop into the #pulumiverse channel to discuss this further.
g
Thanks! So I actually found out that one important provider does already exist, which is https://github.com/unplatform-io/pulumi-commercetools - I'm in the middle of checking that one out. The other one I'm looking for is https://registry.terraform.io/providers/regressivetech/contentful/0.4.0 (which seems to already be tracked here: https://github.com/pulumi/pulumi/issues/7616)