This repository was archived by the owner on Jun 5, 2020. It is now read-only.
Can't reference security groups from peered VPCs #510
Open
Description
When setting up ingress rules with ec2_securitygroup
, the module can't handle ingress rules that refer to security groups in peered VPCs; this is because when it tries to do the mapping between security group names and security group ids, it always only looks in the current VPC for matches. That doesn't conform to AWS's own behavior though, AWS allows you to reference security groups from other peered VPCs in the same region, and has for more than two years.