https://pulumi.com logo
w

worried-knife-31967

10/11/2021, 7:13 PM
Is there anything built into the .NET implementation that allows you to run a list of resources in, using a dependency so that they're all run in series rather than parallel. kinda like a
DependsOn = { previousItem }
but a nice way to do it. It's also a ComponentResource that I want to run in series if that matters. This is likely one of those "I've been looking at this for like 4 hours, and the solution is obvious" kinda situations