Closed omercnet closed 1 month ago
Hey @omercnet, I'm sorry you're running into this issue!
I tried reproducing it with your example program, but I don't seem to run into this issue. The VPC deletes successfully for me.
What version of the awsx provider are you using? Can you please run pulumi about
in the projects directory so I can double check the versions with mine? I was trying it with pulumi-awsx 2.14.0
.
You mentioned it's hanging at deleting the subnets. Is the VPC endpoint deleting successfully or is that also hanging?
What happened?
trying to
pulumi down
a vpc with endpoints hangs on deleting subnets, because the subnet cannot be deleted before removing the vpc endpointhttps://github.com/pulumi/pulumi-awsx/blob/01d90b4caeae96dc95449fffc59dce7a3b53d685/awsx/ec2/vpc.ts#L155-L156
Example
Output of
pulumi about
CLI
Version 3.119.0 Go Version go1.22.4 Go Compiler gc
Plugins KIND NAME VERSION language nodejs unknown
Host
OS darwin Version 14.5 Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).