https://pulumi.com logo
Title
w

wonderful-twilight-70958

03/28/2022, 5:41 PM
Any good way of debugging this? (trying to create a pretty vanilla EKS cluster)
error: TypeError: Cannot read properties of undefined (reading 'data')
        at /home/john/projects/pulumi-quicktest/node_modules/@pulumi/cluster.ts:567:105
        at /home/john/projects/pulumi-quicktest/node_modules/@pulumi/output.ts:383:31
        at Generator.next (<anonymous>)
        at /home/john/projects/pulumi-quicktest/node_modules/@pulumi/pulumi/output.js:21:71
        at new Promise (<anonymous>)
        at __awaiter (/home/john/projects/pulumi-quicktest/node_modules/@pulumi/pulumi/output.js:17:12)
        at applyHelperAsync (/home/john/projects/pulumi-quicktest/node_modules/@pulumi/pulumi/output.js:229:12)
        at /home/john/projects/pulumi-quicktest/node_modules/@pulumi/output.ts:302:65
        at runMicrotasks (<anonymous>)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
That
cluster.ts
doesn't exist at that location, and the
cluster.js
in the
eks
directory doesn't have anything meaningful on line 567