Yo, so we're using `awsx.ec2.Vpc.fromExistingIds` ...
# general
s
Yo, so we're using
awsx.ec2.Vpc.fromExistingIds
and the
ComponentResourceOptions
doesn't have an
async
property on it, so I assume at some point
getVpc
is being called, and we have no way of making that async. Is there a different way of making this call for it to work?
Copy code
warning: Synchronous call made to "aws:ec2/getVpc:getVpc" with an unregistered provider.                                                                                                                                               
For more details see: <https://www.pulumi.com/docs/troubleshooting/#synchronous-call>
l
@stocky-nail-30268 where you end up creating your Provider canyou call:
await ProviderResource.register(myProvider)