Hi, is the <https://github.com/pulumi/pulumi-provi...
# general
p
Hi, is the https://github.com/pulumi/pulumi-provider-boilerplate still the way to setup a native provider? I've got some issues around that. For example the release.yaml within the deployment-templates is using goreleaser --rm-dist (which is already deprecated and removed from goreleaser) and there is also a
make gen
command in the goreleaser.yml which is not available in the Makefile. Are there updates planned or is there another project which is used to bootstrap an (native-)provider? (Additionally there is an issue with the ICU stuff when running a release, just to mention)
f
Good question. Id like to know the answer to this.
p
I think that there will be no answer. It seems that the provider is just something someone do beside his job. I'm currently trying to get it running and I'm half way down the road. The native providers are also purely documented and even the other repos aren't a great resource, doing the same things differently. 🤪
f
Its something I looked into for a friend about a year ago but didnt get much further than coding the first few lines. It was a side project that never got done.