sparse-intern-71089
06/09/2020, 8:11 AMaverage-receptionist-65239
06/09/2020, 8:23 AMpulumi stack export --file stack.json
, edit the json, pulumi stack import --file stack.json
. Sounds a bit scarey to me, but you can keep a copy of the original stack.json
. Does that sound like the right approach to you?faint-accountant-59646
06/09/2020, 8:25 AMgentle-diamond-70147
06/09/2020, 4:00 PMpulumi state delete <urn>
is the better way to do this. If you're getting an error that the service doesn't exist, it's likely that the urn you're providing is incorrect. You can use pulumi stack --show-urns
to get the full list of resources and their urns.average-receptionist-65239
06/10/2020, 12:20 AM