https://pulumi.com logo
Title
l

limited-rainbow-51650

10/28/2021, 1:17 PM
If I want to use Dynamic Providers for an unsupported API, where I want to model more than 1 resource type, does every resource type then need its own
pulumi.dynamic.ResourceProvider
(1-1 relationship) or can I implement a single dynamic provider for multiple dynamic resource types? If I can use a single dynamic provider, who do I differentiate between the resource type to create/update/delete?
e

echoing-dinner-19531

10/28/2021, 3:55 PM
I think the input properties passed to the provider function will include "urn" which have the type name as part of it.