NetworkConfig / VpcPeeringConfig
VPC peering configuration. Used to define VPC peering connections.
VPC can be from vpc or vpcTemplates configuration.
CAUTION: Both vpcs can't be from vpcTemplates.
vpcPeering: - name: Peering vpcs: - VPC-A - VPC-B tags: [] Copy
vpcPeering: - name: Peering vpcs: - VPC-A - VPC-B tags: []
Between VPC Template and VPC
vpcPeering: - name: Peering vpcs: - VPC-Template-A - VPC-B tags: [] Copy
vpcPeering: - name: Peering vpcs: - VPC-Template-A - VPC-B tags: []
Readonly
A friendly name for the peering connection.
Optional
An array of tags for the peering connection.
The VPCs to peer.
NetworkConfig / VpcPeeringConfig
Description
VPC peering configuration. Used to define VPC peering connections.
VPC can be from vpc or vpcTemplates configuration.
Remarks
CAUTION: Both vpcs can't be from vpcTemplates.
Example
Between VPC Template and VPC