01b6f02a80
* ec2_group - fix VPC precedence for security group targets (#45787) Update the dictionary with the preferred values last to get the right order of VPC precedence Fixes #45782 (cherry picked from commit8d2df9be52
) * Fix ec2_group for EC2-Classic accounts (#46242) * Fix ec2_group for EC2-Classic accounts * changelog (cherry picked from commit9efc3dc761
) * Merge changelogs
7 lines
394 B
YAML
7 lines
394 B
YAML
---
|
|
bugfixes:
|
|
- ec2_group - There can be multiple security groups with the same name in
|
|
different VPCs. Prior to 2.6 if a target group name was provided, the group
|
|
matching the name and VPC had highest precedence. Restore this behavior by
|
|
updated the dictionary with the groups matching the VPC last.
|
|
- ec2_group - support EC2-Classic by not assuming security groups have VPCs.
|