Hi, I’m new to Pulumi and am thinking about using ...
# getting-started
f
Hi, I’m new to Pulumi and am thinking about using it but there are several services my company uses that have Terraform providers but not Pulumi providers. I know that https://github.com/pulumi/pulumi-terraform-bridge exists, but i don’t really understand how to use it, and can’t really find clear docs for someone who is a n00b at Pulumi for how it’s used. Anyone have any pointers to send me in the right direction? Thanks!
c
Look at the TF provider boilerplate/template repo under the Pulumi GH org. That repo has instructions on how you can generate a TF-bridged provider. By the way, which services are they?