Hi all, General question regarding Dynamic Resour...
# general
a
Hi all, General question regarding Dynamic Resource Providers (DRP). Is it possible to import existing resources using a DRP? When trying to import a resource using
opts=ResourceOptions(import_={resource_id})
and running
pulumi up
I'm faced with the exception:
**importing failed** error: Exception calling application: '__provider'
. I have all the methods found in the docs written for my DRP. I'm wondering if I'm missing something or have something mis-configured.
Nevermind! Seems like a current limitation of DRPs: https://github.com/pulumi/pulumi/issues/16175