This message was deleted.
# general
s
This message was deleted.
m
We've hit something similar to this recently. Let me pull up the bug...
s
That might make sense, I do have a security group array…
Or rather an array with undefined
m
Yeah, that's likely to repro like this
s
Almost certainly that’s the issue. Just went out to dinner, will try to repro when I get back
Got to the bottom of this one in terms of what was causing it in my program. It’s a legit bug in my code causing
undefined
as an array item being passed to
vpcSecurityGroupIds
on an
aws.ec2.Instance
, but I don’t think it should panic in this case
I posted a minimal repro on the issue