``` interface NodePoolNodeConfig { ... ...
# general
b
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
That's by design. For instance, you may pass an output which returns an array of promises.