This message was deleted.
# azure
s
This message was deleted.
d
Command package, Dynamic provider, Build your own provider. K8 job, function or do it outside of Pulumi
👍 1
m
Has anyone done it before and has a sample to share?
d
I used this example to create a small custom provider last year https://github.com/pulumi/pulumi-provider-boilerplate
combine it with https://github.com/denisenkom/go-mssqldb and you could have a solution
Be warned. It is time consuming
Maybe wrapping the terraform provider could be a option as well https://registry.terraform.io/providers/betr-io/mssql/latest/docs
m
Thank you for your answers. Indeed building my own provider seems time consuming, a bit too much. I will maybe give a try to Command Package. Dynamic providers could be an interesting option but there are not yet available in .NET unfortunately which is what I am using in my stack.
d
Yes it is unfortunate. I am also waiting on this feature