https://pulumi.com logo
#general
Title
# general
i

icy-controller-6092

10/23/2023, 4:17 AM
if you have a local.Command resource and you want to delete it, but the delete command always fails, are there other ways to remove it?
ah ok, I see there is
pulumi state delete
but since I'm using the automation api, I had to
exportStack
and manually carve out the reosurce, then use
importStack
- happy days! 🌞