Hi, Im a beginner, just finished some pulumi aws t...
# general
n
Hi, Im a beginner, just finished some pulumi aws tutorial , now i want to destroy the stack i dont remember the passphrase... how can I destroy the stack without it? I dont see an option in the GUI or using the access token ? (closest option from the docs seem to be the stack rm with -f flag, but that will leave the resources online)
🙏 1
b
if you've forgotten the passphrase, that's your best option I'm afraid, you'll have to do
stack rm -f
and then manually delete the resources using the AWS CLI or the console