This message was deleted.
# general
s
This message was deleted.
b
if you pass an output from one resource as an input to another, the dependency chain is built automatically. if you don’t have any outputs/input cgain, you can use
dependsOn
n
and imagine i have a series of resources defined in a loop, like A1->B1, A2->B2 etc. since there is some magic happening with parallelism, do i have to put A1 and A2 in separate variables to pass as inputs to the Bs, or foo=An in the loop going to work just fine? I know m y question may sound silly, but...