This message was deleted.
# general
s
This message was deleted.
l
You can use
pulumi state delete
or (
pulumi stack export --file x.json
; edit file ;
pulumi stack import --file x.json
).
It's possible that using the
--target
option to
pulumi up
might be useful in the short term, too?
You'll probably need to
pulumi stack export
no matter what, in order to get the urns of the resources to pass to
pulumi state delete
.
m
ah cool, I did not know about
pulumi state delete
. The errors were showing the URN that it expected to be there, so it seems to have done the trick. Thank you!
👍 1
c
Here is the link for
pulumi state delete
https://www.pulumi.com/docs/reference/cli/pulumi_state/ Here is the link for
pulumi stack export
https://www.pulumi.com/docs/reference/cli/pulumi_stack_export/ Here is the link for
pulumi stack import
https://www.pulumi.com/docs/reference/cli/pulumi_stack_import/