Skip to content

terraform-navercloudplatform-modules/terraform-ncloud-vpc-peering-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
ncloud n/a

Modules

No modules.

Resources

Name Type
ncloud_vpc_peering.vpc_peering resource

Inputs

Name Description Type Default Required
description (Optional) description to create. string null no
name (Optional) The name to create. If omitted, Terraform will assign a random, unique name. string null no
source_vpc_no (Required) The ID of VPC from which the request is sent. string n/a yes
target_vpc_login_id (Optional) VPC Owner ID to receive requests (If the account receiving the request is different from the account you send, you must enter the account receiving the request. Must match E-mail format). string null no
target_vpc_name (Optional) The name of the VPC that receives the request. string null no
target_vpc_no (Required) The ID of VPC to receive requests. string n/a yes

Outputs

Name Description
has_reverse_vpc_peering Reverse VPC Peering exists.
id The ID of VPC peering.
is_between_accounts VPC Peering Between Accounts.
vpc_peering_no The ID of VPC peering. (It is the same result as id)