sparse-intern-71089
09/09/2021, 9:06 AMlively-crowd-44886
09/09/2021, 6:38 PMResource A
depend directly on the outputs of Resource B
, you should be able to approach it like
if(bEnabled){
new ResourceA(argsAB)
new ResourceB(argsB)
} else {
new ResourceA(argsA)
}
little-cartoon-10569
09/09/2021, 8:05 PMproud-pizza-80589
09/12/2021, 7:27 AMlittle-cartoon-10569
09/12/2021, 9:11 PM