This message was deleted.
# general
s
This message was deleted.
e
this is where it seems to have issues:
Copy code
const hostedZoneId = aws.route53
      .getZone({ name: parentDomain }, { async: true })
      .then((zone) => zone.zoneId);
was able to get around it by setting the Env var
PULUMI_DISABLE_PROVIDER_PREVIEW=1
. This issue is already being tracked: https://github.com/pulumi/pulumi/issues/5633
f
Are there errors before or after what you’re showing above? I wouldn’t expect provider preview to affect any invokes (gets)