I’m looking into writing a native pulumi provider…...
# general
w
I’m looking into writing a native pulumi provider… looks like these are installed via the
pulumi plugin install
. You specific
kind
when you un this command, but the only kind I’ve seen is Resource. Are there other kinds of plugins?
e
Language, Analyzer, Converter, Resource. Looking at adding Secret. But really only resource and converter makes sense for most users today. Language plugins aren't really fully plumbed in, and analyzers are a special case for nodejs and python policy as code packs.