In a Constructor for a `ComponentResource` , I hav...
# general
g
In a Constructor for a
ComponentResource
, I have an input
Input<Input<string>[]>
. I’d like to iterate over it to do some validation, but I can’t seem to figure this one out. It doesn’t have the same
.apply()
syntax that the
Output<>
resources do..
d
You can pass an Input
pulumi.output
to turn it into an Output
g
oh interestig… thank you