Are there any docs for writing a provider plugin? ...
# docs
c
Are there any docs for writing a provider plugin? Are the various language implementations hand-authored, or they are codegen'd from a master definition? (in Go? from Terraform?)
looks kind of like the latter, the Go provider def appears to be derived from existing Terraform and presumably the language SDKs are generated from that https://github.com/pulumi/pulumi-digitalocean/blob/master/provider/resources.go
I will stick with dynamic providers in my project for now 🙂