Trying to destroy a stack but it hangs in deleting...
# typescript
n
Trying to destroy a stack but it hangs in deleting the security group . Seems as though it doesn't know how to handle security groups from external stacks
Copy code
const cluster = new awsx.ecs.Cluster("custom", {
    cluster: aws.ecs.Cluster.get("payup-" + env, databaseStack.getOutput("ECS_CLUSTER_NAME")),
});
This is where it hangs
Copy code
Type                      Name             Status
     pulumi:pulumi:Stack       application-dev
 -   └─ aws:ec2:SecurityGroup  custom           deleting.