https://pulumi.com logo
#general
Title
# general
f

few-diamond-68626

06/08/2022, 8:18 AM
Is there a shareable dynamic resource provider? The article here (https://www.pulumi.com/docs/intro/concepts/resources/dynamic-providers/) mentions a third kind of a shareable resource provider, but I can't find information on how to build one. "The third type of resource provider is shareable."
w

witty-candle-66007

06/08/2022, 12:34 PM
It is a bit confusing, but that paragraph is talking about resource providers in general with one type being the dynamic provider described on the rest of the page. The “third type of resource provider” mentioned is a standard resource provider. For example, you can write your own native provider (see https://github.com/pulumi/pulumi-provider-boilerplate) then share it via something like artifactory or similar.
f

few-diamond-68626

06/08/2022, 12:49 PM
Thanks, that makes things clear for me!
10 Views