https://pulumi.com logo
#python
Title
l

loud-midnight-95614

02/13/2020, 12:39 AM
Or, am I expected to use the Pulumi Terrafrom Bridge (https://github.com/pulumi/pulumi-terraform) to add providers that haven't been ported from Terrafrom into Pulumi? If that is the case, I think I might need some help because the readme is very basic and I didn't really find a tutorial on how to port a provider using the bridge.
w

white-balloon-205

02/13/2020, 2:29 AM
You can use this repo as the boilerplate for porting a Terraform provider to Pulumi. https://github.com/pulumi/pulumi-tf-provider-boilerplate/blob/master/README.md Once you have something working locally - feel free to reach out on #contribute and cc @broad-dog-22463 and we can work on helping get this supported for others to use as well.
l

loud-midnight-95614

02/13/2020, 4:33 AM
Thanks for the tip! I'll give it a go. Hopefully, I'll end up with something to contribute.