Bryce Lampe

Results 196 comments of Bryce Lampe

@minato7 the error message includes a couple tips to help debug this. Did you read the [docs](https://www.pulumi.com/docs/concepts/inputs-outputs) it links to? This error message happens when you use an output as...

@algompluecker that's a very good point! @minato7 for good measure can you show me how InstanceType is defined and what GetClusterClusterPolicy is doing?

I suspect you're seeing this because we're failing to properly render this error message: > None of the configured subnets are in the provided availability zone ('${zone}'). Choose a different...

> Good catch but the original error arises from Cluster creation, not from ManagedNodeGroup which you have pointed out. There is no error during ManagedNodeGroup or it does not even...

> TSError: ⨯ Unable to compile TypeScript: > index.ts(7,7): error TS2322: Type 'string' is not assignable to type '"Private" | "Public" | "Isolated" | "Unused"'. > index.ts(11,7): error TS2322: Type...