Hello, how should I use `pulumi.all` on an input o...
# typescript
l
Hello, how should I use
pulumi.all
on an input of type interface, that has fields of type
pulumi.Input<string>
, where I want to use the
string
value?
I think I got it, I have wrapped the interface instance in
pulumi.output
l
Or you could pass the fields to pulumi.all, instead of the wrapping object.