how can i run pulumi up from the order i run the code. It try to create things that are not exist or...
b
how can i run pulumi up from the order i run the code. It try to create things that are not exist or is dynamic
c
if you are passing outputs from components into inputs of other components then the ordering/dependencies should be handled for you automatically. in some cases you might need to explicitly set a dependency: https://www.pulumi.com/docs/concepts/options/dependson/