Hi All I'm having some trouble with my pulumi cod...
# general
a
Hi All I'm having some trouble with my pulumi code. I'm running this with the github action
pulumi/actions@v6
Copy code
error: awsx:ecs:FargateService resource 'tracker-prod' has a problem: Cannot read properties of undefined (reading 'map')
      error: awsx:lb:ApplicationLoadBalancer resource 'grafana-load-balancer' has a problem: Cannot read properties of undefined (reading 'map')
      error: awsx:lb:ApplicationLoadBalancer resource 'server-load-balancer' has a problem: Cannot read properties of undefined (reading 'map')
      error: awsx:ecs:FargateTaskDefinition resource 'server-prod' has a problem: Cannot read properties of undefined (reading 'map')
      error: TypeError: Cannot read properties of undefined (reading 'map')
          at /snapshot/awsx/bin/ecs/containers.js:98:33
          at /snapshot/awsx/node_modules/@pulumi/pulumi/output.js:276:35
          at Generator.next (<anonymous>)
          at /snapshot/awsx/node_modules/@pulumi/pulumi/output.js:21:71
          at new Promise (<anonymous>)
          at __awaiter (/snapshot/awsx/node_modules/@pulumi/pulumi/output.js:17:12)
          at applyHelperAsync (/snapshot/awsx/node_modules/@pulumi/pulumi/output.js:257:12)
          at /snapshot/awsx/node_modules/@pulumi/pulumi/output.js:209:63
          at processTicksAndRejections (node:internal/process/task_queues:96:5)
Nvm, sorry forgot to attach the code, the issue was that I was passing the Pulumi output instead of the actual value