Title
l

lemon-monkey-228

05/04/2021, 2:31 PM
pulumi stack export
then removing the resource into a
pulumi stack import
caused the
create
message to appear on the stack preview, but it didn’t actually happen
b

bumpy-summer-9075

05/04/2021, 2:33 PM
Have you tried
pulumi refresh
?
l

lemon-monkey-228

05/04/2021, 3:01 PM
ah, didn’t know that was there!
Will give it a go next time, thanks
😃 1
p

purple-plumber-90981

05/05/2021, 2:30 AM
you can also manually remove a single resource like
pulumi destroy --target urn:pulumi:<thing>
and it should remove from state
l

lemon-monkey-228

05/05/2021, 8:33 AM
👍