I’m dealing with a strange issue - when deleting r...
# typescript
b
I’m dealing with a strange issue - when deleting resources it seems like dependson isn’t being respected. Say I have a class that extends component resource, and builds a vpc and subnets. I make the subnets depend on the vpc. But running a pulumi destroy tries to delete the vpc first, ignoring the depends on, and then complains that it has dependencies so the vpc can’t be deleted