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

feature request - cross account peering #12

Closed mvasilenko closed 5 years ago

mvasilenko commented 5 years ago

Hi, thank you for the module!

As far as I understood, it is not possible to make cross account peering for now? Would be nice feature to have, for splitting environments between organizations/accounts

grem11n commented 5 years ago

I've clarified a README on this case a bit. You have to configure AWS provider to work with different AWS accounts. Check out an example in this doc.