An open API service indexing awesome lists of open source software.

https://github.com/terraform-navercloudplatform-modules/terraform-ncloud-vpc-vpc

Terraform module to create vpc resources for the vpc configuration
https://github.com/terraform-navercloudplatform-modules/terraform-ncloud-vpc-vpc

Last synced: 3 months ago
JSON representation

Terraform module to create vpc resources for the vpc configuration

Awesome Lists containing this project

README

        

## Requirements

No requirements.

## Providers

| Name | Version |
|------|---------|
| [ncloud](#provider\_ncloud) | n/a |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [ncloud_vpc.vpc](https://registry.terraform.io/providers/NaverCloudPlatform/ncloud/latest/docs/resources/vpc) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [ipv4\_cidr\_block](#input\_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](#input\_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](#output\_default\_access\_control\_group\_no) | The ID of the ACG created by default on VPC creation. |
| [default\_network\_acl\_no](#output\_default\_network\_acl\_no) | The ID of the network ACL created by default on VPC creation. |
| [default\_private\_route\_table\_no](#output\_default\_private\_route\_table\_no) | The ID of the Private Route Table created by default on VPC creation. |
| [default\_public\_route\_table\_no](#output\_default\_public\_route\_table\_no) | The ID of the Public Route Table created by default on VPC creation. |
| [id](#output\_id) | The ID of VPC. |
| [vpc\_no](#output\_vpc\_no) | The ID of VPC. (It is the same result as id) |