jolly-lunch-12979
04/06/2021, 1:23 PMpulumi state delete
is there a way to pass in multiple resources to delete from the state? Doing it one at a time is pretty slow.brave-planet-10645
04/06/2021, 1:45 PMjolly-lunch-12979
04/06/2021, 1:49 PMbrave-planet-10645
04/06/2021, 1:54 PMhandsome-state-59775
04/06/2021, 2:45 PMjolly-lunch-12979
04/06/2021, 3:08 PMhandsome-state-59775
04/06/2021, 3:14 PMfor resource in "${resource_list[@]}"; do
pulumi state delete "${resource}" -y & # HOW ABOUT THIS?
done
wondering if concurrent deletes are safe... @brave-planet-10645?brave-planet-10645
04/06/2021, 3:14 PMjolly-lunch-12979
04/06/2021, 4:50 PMpulumi state delete
so I imagine it's exporting the stack, modifying it and reimporting it? Doing that concurrently....nope.brave-planet-10645
04/06/2021, 4:52 PMjolly-lunch-12979
04/06/2021, 4:54 PM