summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fix_ec2_group_target_vpc_precedence.yaml
blob: 68f24f49d121a705fb9bc078d408b3bfe99049aa (plain)
1
2
3
4
5
6
---
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.