Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Inter-Region VPC Peering Connection Support #2484

Closed
bflad opened this issue Nov 30, 2017 · 4 comments
Closed

Add Inter-Region VPC Peering Connection Support #2484

bflad opened this issue Nov 30, 2017 · 4 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Milestone

Comments

@bflad
Copy link
Contributor

bflad commented Nov 30, 2017

AWS has announced support for VPC peering across regions: https://aws.amazon.com/about-aws/whats-new/2017/11/announcing-support-for-inter-region-vpc-peering/

Prerequisite: aws-sdk-go v1.12.38 (#2500)

Terraform Version

terraform 0.10+
terraform-provider-aws 1.5.0

Affected Resource(s)

  • aws_vpc_peering_connection

Expected Behavior

Optional peer_region attribute available and utilized.

resource "aws_vpc_peering_connection" "foo" {
  peer_owner_id = "${var.peer_owner_id}"
  peer_region   = "us-east-1"
  peer_vpc_id   = "${aws_vpc.bar.id}"
  vpc_id        = "${aws_vpc.foo.id}"
}

References

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcPeeringConnection.html

@randomcamel randomcamel added the enhancement Requests to existing resources that expand the functionality or scope. label Nov 30, 2017
@bflad
Copy link
Contributor Author

bflad commented Nov 30, 2017

AWS SDK functionality is in v1.12.38, which is has a pull request now: #2500

@jen20
Copy link
Contributor

jen20 commented Jan 8, 2018

This is fixed by #2508.

@bflad
Copy link
Contributor Author

bflad commented Jan 12, 2018

This has been released in terraform-provider-aws version 1.7.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@bflad bflad added this to the v1.7.0 milestone Jan 12, 2018
@ghost
Copy link

ghost commented Apr 8, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope.
Projects
None yet
Development

No branches or pull requests

3 participants