https://github.com/shalb/terraform-do-vpc
Terraform module that creates new or use existents VPC in do cloud.
https://github.com/shalb/terraform-do-vpc
Last synced: 3 months ago
JSON representation
Terraform module that creates new or use existents VPC in do cloud.
- Host: GitHub
- URL: https://github.com/shalb/terraform-do-vpc
- Owner: shalb
- License: apache-2.0
- Created: 2021-02-15T12:25:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T15:36:21.000Z (about 3 years ago)
- Last Synced: 2025-01-23T04:41:39.261Z (5 months ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-do-vpc
Terraform module that creates new or use existents VPC in do cloud.## Requirements
| Name | Version |
|------|---------|
| terraform | ~> 0.13.0 |
| digitalocean | ~> 2.4.0 |## Providers
| Name | Version |
|------|---------|
| digitalocean | ~> 2.4.0 |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| ip\_range | The range of IP addresses for the VPC in CIDR notation | `string` | `"10.10.0.0/18"` | no |
| name | Name of the cluster. | `string` | `""` | no |
| region | The DigitalOcean region. | `string` | n/a | yes |
| vpc\_id | Use [Vpc ID], 'create' or 'default' | `string` | `"create"` | no |## Outputs
| Name | Description |
|------|-------------|
| ip\_range | n/a |
| vpc\_id | n/a |