If I want to use Dynamic Providers for an unsuppor...
# general
l
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
I think the input properties passed to the provider function will include "urn" which have the type name as part of it.