pulumi / pulumi-cloud

A highly productive multi-cloud framework for containers, serverless, and data
Apache License 2.0
130 stars 18 forks source link

Fix an issue where the subnet array is not unwrapped correctly #785

Closed leezen closed 3 years ago

leezen commented 3 years ago

I ran into this issue when testing the cloud-js-thumbnailer-machine-learning example. Without this, the array is actually an array of Input types when we really want to have them be outputs so that the .get() correctly returns a plain array.