https://pulumi.com logo
n

nice-yak-27438

08/23/2021, 3:03 PM
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

billowy-army-68599

08/23/2021, 4:48 PM
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
2 Views