https://pulumi.com logo
Title
b

big-potato-91793

03/10/2021, 9:08 PM
Is there a tutorial to create a pulumi provider?
c

clever-cartoon-41433

03/10/2021, 9:10 PM
Look up the docs for a dynamic provider; those work for designing custom resources. An entire provider idk
r

red-match-15116

03/10/2021, 9:11 PM
@broad-dog-22463 probably knows best
b

broad-dog-22463

03/10/2021, 9:12 PM
@big-potato-91793 there are 2 types of provider: • Providers based on the upstream Terraform which can be scaffolded from here - https://github.com/pulumi/pulumi-tf-provider-boilerplate • "Native" providers for things like being based on OpenApi Spec - https://github.com/pulumi/pulumi-provider-boilerplate
we don't have specific docs on it - but for the TF based provider, I can always get on a call and help you with it
(i am going to record a video and blog about this)
b

big-potato-91793

03/10/2021, 9:25 PM
Will be great to talk about it to know the requirements needed for creating this.
b

broad-dog-22463

03/10/2021, 9:26 PM
feel free to add to my calendar!
👍 1
b

big-potato-91793

04/14/2021, 8:17 PM
Any reason to not used dynamic provider?