作者:国王的驴耳朵要吐槽 | 来源:互联网 | 2023-08-23 15:42
AWShasannouncedsupportforVPCpeeringacrossregions:https://aws.amazon.com/about-a
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
1 2
| terraform 0.10+
terraform-provider-aws 1.5.0 |
Affected Resource(s)
1
| aws_vpc_peering_connection |
Expected Behavior
Optional
attribute available and utilized.
1 2 3 4 5 6 7
| hcl
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
该提问来源于开源项目:hashicorp/terraform-provider-aws
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!