big-london-74366
08/30/2021, 3:40 AMpulumi state delete urn:pulumi:production::blog::aws:rds/instance:Instance::blog
After that, I'll uncomment the code rds code and run pulumi destroy
Is that the way to do this or there's a better way to achieve this?little-cartoon-10569
08/30/2021, 3:48 AMprotect: true
then it prevents the destory, iirc. You need to remove it from the state to leave it after a destroy.up
, then pulumi stack rm
.