0
0
llucycodes42
The code in this snippet creates an aws_vpc_peering_connection resource that defines the PeeringConnection for an EC2 Virtual Private Cloud (VPC) in the same account.
Shortcut: tf_aws_vpc_peering_connection
resource "aws_vpc_peering_connection" "${MyAWSResource}" {
}