vpc

clouddrove/vpc/digitalocean

Terraform Module HCL DIGITALOCEAN

VPCs are virtual networks containing resources that can communicate with each other in full isolation, using private IP addresses

Install
module "vpc" {
source = "clouddrove/vpc/digitalocean"
version = "0.15.0"
}
plain text: /constructs/tfmod-clouddrove-vpc-digitalocean/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform DigitalOcean VPC VPCs are virtual networks containing resources that can communicate with each other in full isolation, using private IP addresses. We eat, drink, sleep and most importantly love DevOps. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy Bigger problems are always solved by breaking them into smaller manageable problems . Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller connected yet manageable pieces within the infrastructure. This module is basically combination of Terraform open source and includes automatation tests and examples. It also helps to create and improve your infrastructure with

Inputs (8)
NameTypeDescriptionDefault
environmentstringEnvironment (e.g. `prod`, `dev`, `staging`).""
label_orderlist(any)Label order, e.g. `name`,`application`.[]
delimiterstringDelimiter to be used between `organization`, `environment`, `name` and `attribut"-"
enable_vpcboolA boolean flag to enable/disable vpc.true
regionstringThe region to create VPC, like ``london-1`` , ``bangalore-1`` ,``newyork-3`` ``t"bangalore-1"
descriptionstringA free-form text field up to a limit of 255 characters to describe the VPC."VPC"
ip_rangestringThe range of IP addresses for the VPC in CIDR notation. Network ranges cannot ov""
namestringName (e.g. `app` or `cluster`).""
Outputs (4)
default — A boolean indicating whether or not the VPC is the default one for the region.
created_at — The date and time of when the VPC was created.
id — The unique identifier for the VPC..
urn — The uniform resource name (URN) for the VPC.
Resources (1)
digitalocean_vpc
Details
FrameworkTerraform Module
LanguageHCL
Version0.15.0
Cloud DIGITALOCEAN
★ Stars6
Forks6
Total downloads1.9k
Inputs8
Outputs4
Resources1
LicenseMIT
Namespaceclouddrove
Updated