https://pulumi.com logo
Title
g

gorgeous-country-43026

09/21/2021, 5:33 AM
Ideas? My
pulumi up
gets stuck into this. Waited yesterday for several HOURS but it did not proceed. I'm assuming it's due to this code
const dnsZone = azure.dns.Zone.get("thename", DNS_ZONE_ID);
but I'm not sure. Any ideas would be most welcome at this point
I wonder if this is a Pulumi problem or Azure problem or something I've done
Based on Jaeger traces it's
/pulumirpc.ResourceProvider/Configure
that gets stuck
Been debugging this. This is most likely a problem in my code. I guess I've managed to do a situation where two resources are waiting for each other over dependencies or similar