Is there a way to just delete resources from the p...
# general
f
Is there a way to just delete resources from the pulumi state? Going through a deleting every dependent URN a resource may create is incredibly tedious.
w
You can
pulumi stack export
then remove the resources then
Pulumi stack import
.
f
How do I know what to remove? The stack file is huge.