From what I can tell, the provisioners inherit fro...
# python
b
From what I can tell, the provisioners inherit from
dynamic.ResourceProvider
:
Copy code
class ProvisionerProvider(dynamic.ResourceProvider):
Then in that class's initializer it tries to initialize
pulumi-python
(dynamic.py:256):
Copy code
super(Resource, self).__init__("pulumi-python:dynamic:Resource", name, props, opts)