petemiron / tf_vpc

Terraform VPC example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS VPC module for Terraform

A lightweight VPC module for Terraform.

Usage

module "vpc" { source = "github.com/turnbullpublishing/tf_vpc" name = "vpc_name" cidr = "10.0.0.0/16" public_subnet = "10.0.1.0/24" }

See variables.tf for additional configurable variables.

License MIT

About

Terraform VPC example


Languages

Language:HCL 100.0%