mysterious-wolf-74677
10/25/2021, 6:06 PM"unimport"
feature that can simply remove things from the pulumi stack without changing anything in AWS?red-match-15116
10/25/2021, 6:19 PMWe can do this manually currently, by removing the code and manually deleting the resources from the stack,Just to make sure I’m understanding correctly, you do this by deleting the relevant resources from the state file and reimporting? Or
pulumi state delete
?mysterious-wolf-74677
10/25/2021, 7:00 PM"unimport"
feature might do, basically remove it from the stack but not AWSred-match-15116
10/25/2021, 7:39 PMwe don’t re-importRight I meant re-import the state file, not the resource.
unimport
feature. I think there is an open issue for the functionality you’re describing though, but I can’t think of it off the top of my head.steep-toddler-94095
10/25/2021, 11:12 PMpulumi state delete
does exactly this - removes a resource from Pulumi state without touching it in the cloud.red-match-15116
10/25/2021, 11:20 PMmysterious-wolf-74677
11/03/2021, 2:37 AM