Can you delete a default VPC in AWS with pulumi? T...
# general
r
Can you delete a default VPC in AWS with pulumi? Trying to do this with Python.
w
You can possibly try to “import” it and then destroy the stack? It would take two separate actions to do so.
r
Thanks Luke.