Skip to content

Terraform module that creates new or use existents VPC in do cloud.

License

Notifications You must be signed in to change notification settings

shalb/terraform-do-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terraform module that creates new or use existents VPC in do cloud.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages