Hi team, can anyone confirm if using the `pulumi-go-provider` is the preferred way to create native...
b
Hi team, can anyone confirm if using the
pulumi-go-provider
is the preferred way to create native providers for pulumi in go ? https://github.com/pulumi/pulumi-go-provider
cc @future-hairdresser-70637 for visibility šŸ™
f
That (https://github.com/pulumi/pulumi-go-provider) is the direction things are moving towards, yes. Be aware it is still in active development/preview. There is also https://github.com/pulumi/pulumi-provider-boilerplate which uses
pulumi-go-provider
and provides more abstractions. Another interesting option is the @big-architect-71258’s https://github.com/tmeckel/pulumi-tf-provider-cookiecutter
b
Thanks for reply on this. We are planning to write a cli-tooling which bundles native provider written in go and hence the ask.
f
I know there's also active work making this https://github.com/pulumi/ci-mgmt better for 3rd parties to use as their CI/CD; could be interesting for you to look at
b
This is nice, will take a look ! šŸ™Œ