https://pulumi.com logo
b

best-xylophone-83824

09/06/2019, 1:42 PM
Copy code
interface NodePoolNodeConfig {
        ...
        oauthScopes?: pulumi.Input<pulumi.Input<string>[]>;
nested
Input<>
, is it a problem with code generation or like that by design?
t

tall-librarian-49374

09/06/2019, 2:07 PM
That's by design. For instance, you may pass an output which returns an array of promises.