DigitalOcean VPC - Terraform
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.9 |
| digitalocean | ~> 2.40 |
Providers
| Name | Version |
|---|---|
| digitalocean | ~> 2.40 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| digitalocean_vpc.this | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| description | The description of the VPC. | string | null | no |
| ip_range | The range of IP addresses for the VPC. | string | n/a | yes |
| name | The VPC name. | string | n/a | yes |
| region | The region where the VPC will be created. | string | n/a | yes |
Outputs
| Name | Description |
|---|---|
| vpc_id | The ID of the VPC |