straight-crayon-4578
05/09/2022, 7:50 PM__main__.py
file,
even though the imported code isn't at main file, the CLI keeps prompting Preview failed: unable to delete resource...
billowy-army-68599
05/09/2022, 7:59 PMpulumi stack --show-urns
and then delete it from the state:
pulumi state delete <urn>
straight-crayon-4578
05/09/2022, 8:02 PMerror: This resource can't be safely deleted because it is protected. Re-run this command with --force to force deletion
This will delete only from pulumi stack or also from cloud provider?
I dont want to delete from cloud provider...
Thanks!billowy-army-68599
05/09/2022, 8:13 PM