vpc
clouddrove/vpc/digitalocean
VPCs are virtual networks containing resources that can communicate with each other in full isolation, using private IP addresses
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
| Name | Type | Description | Default |
|---|---|---|---|
| environment | string | Environment (e.g. `prod`, `dev`, `staging`). | "" |
| label_order | list(any) | Label order, e.g. `name`,`application`. | [] |
| delimiter | string | Delimiter to be used between `organization`, `environment`, `name` and `attribut | "-" |
| enable_vpc | bool | A boolean flag to enable/disable vpc. | true |
| region | string | The region to create VPC, like ``london-1`` , ``bangalore-1`` ,``newyork-3`` ``t | "bangalore-1" |
| description | string | A free-form text field up to a limit of 255 characters to describe the VPC. | "VPC" |
| ip_range | string | The range of IP addresses for the VPC in CIDR notation. Network ranges cannot ov | "" |
| name | string | Name (e.g. `app` or `cluster`). | "" |
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.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,