Is there any documentation that I can reference fo...
# general
b
Is there any documentation that I can reference for hosting a private resource provider? I noted that
plugin install
has ability to accept a
--server
flag but how does that work? Also, I would prefer that
pulumi up
and
pulumi preview
would download the required plugins but unclear if it is possible if I have a mixture of these private resource providers and the public ones like aws. Thanks in advance.
e
b
Nice, I just stumbled onto that pluginDownloadURL in the code and was just reading on it
e
But breifly you can set the pluginDownloadUrl in the provider schema to generate the url into the SDKs which then means the engine can pick up the url in up/preview.