Hello, I am creating AWS VPC, subnets, route table...
# aws
g
Hello, I am creating AWS VPC, subnets, route tables etc using Pulumi. It all works fine if everything runs smooth. But if my application crashes while creating subnets, subnets get created in AWS but pulumi has not received a response back, then this does not get added to the stack. Next I run "pulumi cancel", then "pulumi refresh" but the subnets are not getting picked up. If I run "pulumi up", it complains that the subnets are already present. If I run pulumi import, it needs the subnet ids. Is there an option for deep import? Or any other way besides introspecting all the resources that were created and importing them one at a time?