vpc

brucellino/vpc/digitalocean

Terraform Module HCL DIGITALOCEAN

A Terraform module for creating a VPC in DigitalOcean with associated project.

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

![pre-commit](https://github.com/pre-commit/pre-commit) ![pre-commit.ci status](https://results.pre-commit.ci/latest/github/brucellino/terraform-digitalocean-vpc/main) ![semantic-release: conventional](https://github.com/semantic-release/semantic-release) Terraform Module DigitalOcean VPC This module creates a DigitalOcean VPC with associated project. Examples The examples/ directory contains the example usage of this module. These examples show how to use the module in your project, and are also use for testing in CI/CD. Requirements | Name | Version | |------|---------| | terraform | >=1.2.0 | | digitalocean | >=2.22.0 | Providers | Name | Version | |------|---------| | digitalocean | 2.26.0 | Modules No modules. Resources | Name | Type | |------|------| | digitalocean_project.p | resour

Inputs (4)
NameTypeDescriptionDefault
vpc_namestringName of the VPC to create"my-vpc"
vpc_regionstringSlug of the digitalocean region"ams3"
vpc_descriptionstringDescription of the VPC"My VPC is the raddest"
projectobject({ name = strProject configuration{ "description": "My project", "envi
Outputs (2)
vpc_cidr
vpc_id
Resources (2)
digitalocean_projectdigitalocean_vpc
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud DIGITALOCEAN
★ Stars2
Forks1
Total downloads6.4k
Inputs4
Outputs2
Resources2
Examples1
LicenseMIT
Namespacebrucellino
Updated