Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 891 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 891 Bytes

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