https://pulumi.com logo
Title
b

bright-orange-69401

11/28/2019, 10:29 AM
Is there any doc or example of creating new Pulumi plugins in Python ? I'd be interested in developing a Python provider for a new cloud service
w

white-balloon-205

11/28/2019, 5:09 PM
The simplest thing would be to use dynamic providers: https://www.pulumi.com/docs/intro/concepts/programming-model/#dynamicproviders You could also build a standalone Pulumi Resource Provider (similar to how the Pulumi kubernetes provider is built for example), but that is not well documented currently - and is probably 1-2 orders of magnitude more work than a dynamic provider.