brave-angle-33257
04/16/2021, 8:07 PMfor( var loop_var of ['a', 'b'])
loop in node, and in the loop i'm using a stackreference.getOutput("outputs").apply(x=>x[loop_var])
and I'm getting the same results on subsequent loops, it's like it's not reapplying to give me the new value on the next loop, is this a known bug or some weird closure situation?arn:aws:sns:us-west-2:111111111:company-sns-${loop_var}-event
it works, so its something in the apply for sure