sparse-intern-71089
07/11/2022, 10:42 PMlittle-cartoon-10569
07/11/2022, 10:43 PMfuture-refrigerator-88869
07/11/2022, 10:51 PMlittle-cartoon-10569
07/11/2022, 10:52 PMhigh-cricket-61841
07/11/2022, 11:02 PMdependsOn
for the CustomResourceOptions of the spot fleet? If you force the spot fleet to depend to the vpc pulumi should ensure the spot fleet is destroyed before it starts destroying the vpc.little-cartoon-10569
07/12/2022, 2:14 AMBecause pulumi doesn't wait for the ec2 instances of the spot request to be deletedSo it's already doing everything in the right order (which is where
dependsOn
would help), it's just too asynchronous and is treating "response to delete request received" as "delete request completed".future-refrigerator-88869
07/13/2022, 10:30 PM