Is there anyway to write a Pulumi provider in any ...
# general
c
Is there anyway to write a Pulumi provider in any other language than Golang?
I guess it's possible as long as you can conform to the grpc protocol here? https://github.com/pulumi/pulumi/blob/master/proto/pulumi/provider.proto
e
I really want to make this easier! We've got plans to at least have Provider interfaces in each language SDK so you won't have to worry about the grpc details.
ooi, which language where you looking at for this, and why?
c
@echoing-dinner-19531 C#, as the devs are mostly in the .NET space
e
Perfect that was going to be the first one I worked on for this 🙂 Once we've got something I'll give you a nudge about it.
👍 1