sparse-intern-71089
05/13/2021, 4:18 PMsteep-toddler-94095
05/14/2021, 7:02 AMres.location.apply()
returns an Output<T>
which becomes the type for result
. Given that, I'm not sure what ...result
ends up being but it's definitely not the structure you intend. I am not sure if it's possible to be honest 🤔 You'd need to find a way to convert an Array<Output<string>>
into Output<Array<string>>