ncloud_create_vpc_peering
Create a VPC peering connection between two VPCs. Use dryRun to preview without actual creation.
Instructions
Create a new VPC Peering connection between two VPCs. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating the resource | |
| sourceVpcNo | Yes | Source (requester) VPC number | |
| targetVpcNo | Yes | Target (accepter) VPC number | |
| targetVpcName | No | Target VPC name (required for cross-account peering) | |
| vpcPeeringName | No | VPC Peering name (3-30 chars; lowercase letters, numbers, hyphens; must start and end with an alphanumeric character) | |
| targetVpcLoginId | No | Target VPC owner login ID (required for cross-account peering) | |
| vpcPeeringDescription | No | Description for the VPC Peering |