Resource Type definition for AWS::EC2::VPCPeeringConnection
peer_vpc_id
(String) The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.vpc_id
(String) The ID of the VPC.peer_owner_id
(String) The AWS account ID of the owner of the accepter VPC.peer_region
(String) The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.peer_role_arn
(String) The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.tags
(Attributes List) (see below for nested schema)id
(String) Uniquely identifies the resource.vpc_peering_connection_id
(String)tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_ec2_vpc_peering_connection.example <resource ID>