Also, how do I delete a cloud stack state without ...
# general
h
Also, how do I delete a cloud stack state without pulumi trying to delete the resources? I don't see it in the Web UI
l
Once you've imported the stack file, it should just work. You just need to be logged into the service and pointing at the imported stack.
h
no, i mean our org has a bunch of old stacks that i deleted the code for and I'm pretty sure i deleted the resources for
although our cloud account has been weird enough i should double check that....
l
Ah.
pulumi stack rm
should handle that.
h
ok
l
You can also do it from the service webUI, in the settings page, at the bottom. For any stacks that you're the admin of.
h
ah, ok, i'm not admin, i should poke about that