This message was deleted.
# general
s
This message was deleted.
r
I manually deleted the loadbalancer resource which has allowed the other resources to be deleted. ¯\_(ツ)_/¯
e
That sounds like a dependency didn't track right, system should have been deleting the loadbalancer first. Might be needed an explicit dependsOn added if there weren't any implicit dependencies because of properties.
r
Perhaps - although that would have also affected the first
pulumi destroy
wouldn't it? Or is the order of the destroy non-deterministic?
e
Its non-deterministic because it tries to do as much as possible in parallel.
r
ah I see