If one wanted to bring a Terraform provider over t...
# general
p
If one wanted to bring a Terraform provider over to Pulumi using tfgen, where would be the best place to start?
f
This project is how you can get started. https://github.com/pulumi/pulumi-tf-provider-boilerplate
👍 2
You can fork it and then set it up for your provider.
b
@prehistoric-account-60014 currently there's a lot of assumption in there about publishing the created packages to pulumi orgs in NPM etc. I'm hoping to fix that up and improve the docs soon
this is an example of a provider that is modified to support other orgs, although the ci/cd automation isn't complete yet https://github.com/jaxxstorm/pulumi-rke
p
Awesome, thanks for the fast reply!