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
calm-keyboard-75974
07/11/2024, 10:40 AM
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/