chef-boneyard / chef-provisioning-aws

AWS driver and resources for Chef that uses the AWS SDK
Apache License 2.0
142 stars 121 forks source link

Fix Classic use of SG names in rules #519

Closed dafyddcrosby closed 7 years ago

dafyddcrosby commented 7 years ago

Using security group names lead to an issue which lead to an incorrect intersection. This was not a problem with VPC security groups, but was with Classic security groups, giving a 'duplicate security group' error.

Signed-off-by: David Crosby dtcrsby@gmail.com

tyler-ball commented 7 years ago

Thanks @dafyddcrosby ! I'm not very familiar with the classic setup so I appreciate this PR. The test suite passed