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
- Host: GitHub
- URL: https://github.com/terraform-navercloudplatform-modules/terraform-ncloud-vpc-vpc
- Owner: terraform-navercloudplatform-modules
- Created: 2024-07-12T09:36:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:41:51.000Z (8 months ago)
- Last Synced: 2025-01-14T14:12:11.781Z (5 months ago)
- Language: HCL
- Homepage: https://registry.terraform.io/modules/terraform-navercloudplatform-modules/vpc-vpc/ncloud
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |