if you have a local.Command resource and you want ...
# general
i
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! 🌞