grem11n / terraform-aws-vpc-peering

Terraform module to setup VPC peering connection
https://registry.terraform.io/modules/grem11n/vpc-peering/aws/latest
Apache License 2.0
126 stars 91 forks source link

Tags the same if overlapping resources #38

Closed tyrken closed 4 years ago

tyrken commented 5 years ago

TF 0.11 version fix equivalent to #35 - note this also (I think) fixes the default peer_region calculation.

grem11n commented 4 years ago
--- PASS: TestPeeringActive (322.47s)
    --- PASS: TestPeeringActive/SingleAccountSingleRegion (69.50s)
    --- PASS: TestPeeringActive/SingleAccountSingleRegionWithOptions (73.74s)
    --- PASS: TestPeeringActive/SingleAccountMultiRegion (87.42s)
    --- PASS: TestPeeringActive/MultiAccountMultiRegion (91.81s)
PASS
ok      github.com/tyrken/terraform-aws-vpc-peering/test    322.484s