anyone ever hit this error or know how to solve it...
# aws
b
anyone ever hit this error or know how to solve it? https://gist.github.com/deadbender/789ac4a05d2ba4f0d85db060ba89d13b
l
Looks like an unguarded type conversion has failed when creating a classic load balancer? Is there a bad value for a number field, maybe idleTimeout?
b
Hm, not sure. This is the entire line I have for the load balancer.
Copy code
let lb = new awsx.lb.NetworkListener("backend-listener", { port: 80 });
s
You might be running into https://github.com/pulumi/pulumi/issues/5633 - see comment at the bottom for workaround you could try
👍 2
b
That worked! Thanks Vivek!
👍 1