many-spring-73557
06/17/2022, 2:15 AMpulumi up
, it starts off with completing deletion from previous update
and tries to delete the VPC, so it never deletes the dependent resources.
How do I get pulumi to delete the other resources first, so it can complete deleting the VPC?quiet-wolf-18467
06/17/2022, 1:43 PMpulumi stack export
and remove the pending operation from the JSON file, then reimport it with p`ulumi stack import`