pulumi / pulumi-cloud

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

Do not mark ClusterNetworkArgs as internal #779

Closed leezen closed 4 years ago

leezen commented 4 years ago

The type needs to be visible externally in order to be referenced during TypeScript compile-time by CloudNetwork in shared.ts

Fixes https://github.com/pulumi/pulumi-cloud/issues/778

leezen commented 4 years ago

Yes, it's very odd. I assumed it was a change in TS as well, but I went back to 3.7.x (cloud-aws specifies 3.7.4) and couldn't get tsc to actually accept this either.