I wanted to convert a dynamic resource into a nati...
# general
p
I wanted to convert a dynamic resource into a native one to use it in several projects (and for the community as well). But the deployment-templates and pulumi-provider-boilerplate release-process is more ore less buggy. The .goreleaser.yml is calling a wrong make target (it still not exist), the jobs are referring to files in another job, which is normally not there (because it's another job) and the pubishing job is modifying files and complains about the modified files in another step. To address this I've tried to look into other "pulumi-owned" repositories but they're all grown, as such they seem to have the same structure but in the makefile or in the workflows for github they differ. As such they're not helpful.😖 Do you have any plans to update the boilerpate-projects?