Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
ncloud n/a

Modules

No modules.

Resources

Name Type
ncloud_vpc.vpc resource

Inputs

Name Description Type Default Required
ipv4_cidr_block (Required) The CIDR block of the VPC. The range must be between /16 and/28 within the private band (10.0.0/8,172.16.0.0/12,192.168.0.0/16). string n/a yes
name (Optional) The name to create. If omitted, Terraform will assign a random, unique name. string null no

Outputs

Name Description
default_access_control_group_no The ID of the ACG created by default on VPC creation.
default_network_acl_no The ID of the network ACL created by default on VPC creation.
default_private_route_table_no The ID of the Private Route Table created by default on VPC creation.
default_public_route_table_no The ID of the Public Route Table created by default on VPC creation.
id The ID of VPC.
vpc_no The ID of VPC. (It is the same result as id)

About

Terraform module to create vpc resources for the vpc configuration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages