https://pulumi.com logo
Title
c

crooked-student-89656

11/04/2022, 6:25 PM
I’m attempting to destroy an rds cluster from my stack and I keep getting the error “FinalSnapshotIdentifier is required when a final snapshot is required”, but I ended up deleting the cluster from my aws through their website and now its saying the resource isnt in the available state. What can i do to just completely be done with it
m

miniature-musician-31262

11/04/2022, 6:26 PM
Have you tried running
pulumi refresh
? That should pick up the fact the resource was removed and record it on your state.
c

crooked-student-89656

11/04/2022, 6:27 PM
such an incredibly valuable tip to me. thanks so much problem solved!
m

miniature-musician-31262

11/04/2022, 6:27 PM
If you want to destroy the whole stack, you can also run
pulumi destroy --refresh
to run the refresh first