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
limited-rainbow-51650
08/23/2022, 2:00 PM
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.