https://pulumi.com logo
p

prehistoric-kite-30979

01/24/2021, 4:24 PM
Is there a way to go from an
Output<string[]>
to
Input<string>[]
?
or alternatively from
Input<Input<string>[]>
to
Input<string>[]
?
c

cool-fireman-90027

01/25/2021, 1:53 PM
p

prehistoric-kite-30979

01/25/2021, 2:03 PM
thanks, I ended up doing it this way anyway.
I was wondering if it was possible because its not actually changing any level of indirection
just kind of re-organizing it