This message was deleted.
# general
s
This message was deleted.
f
There’s no built-in way. Probably the scriptable way is something along the lines of
pulumi stack export
followed by some
jq
manipulation and then piping those URNs to
pulumi state delete
. Feel free to file an issue for “drop this whole part of the state graph”
👍 1