sparse-intern-71089
10/28/2020, 10:12 PMlittle-cartoon-10569
10/28/2020, 10:16 PMpulumi state delete or (pulumi stack export --file x.json ; edit file ; pulumi stack import --file x.json).little-cartoon-10569
10/28/2020, 10:17 PM--target option to pulumi up might be useful in the short term, too?little-cartoon-10569
10/28/2020, 10:19 PMpulumi stack export no matter what, in order to get the urns of the resources to pass to pulumi state delete.many-spring-73557
10/28/2020, 10:40 PMpulumi state delete. The errors were showing the URN that it expected to be there, so it seems to have done the trick. Thank you!cool-fireman-90027
10/29/2020, 1:00 PMpulumi 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/