https://pulumi.com logo
f

fast-dinner-32080

01/11/2020, 9:25 PM
Does Pulumi provide a arbitrary way to call a custom REST api to create custom resources which then can be managed or would this be a good use case to create a dynamic provider in my project?
g

green-school-95910

01/11/2020, 9:46 PM
Yes it does, you can inherit from CustomResource and pass something of your own that implements ResourceProvider (or ProviderResource, not sure of the name)
b

broad-dog-22463

01/11/2020, 9:54 PM
Dynamic Providers - check out azure-ts-dynamicprovider in the examples repo
f

fast-dinner-32080

01/11/2020, 10:39 PM
Awesome thanks guys!