Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
/ tf_vpc Public archive
forked from turnbullpress/tf_vpc

A lightweight VPC module for Terraform

License

Notifications You must be signed in to change notification settings

EmpaticoOrg/tf_vpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS VPC module for Terraform

A lightweight VPC module for Terraform.

Usage

module "vpc" {
  source          = "github.com/empaticoOrg/tf_vpc.git?ref=v0.0.3"
  environment     = "${var.environment}"
  app             = "${var.app}"
  key_name        = "${var.key_name}"
  vpc_cidr        = "${var.vpc_cidr}"
  public_subnets  = ["${var.public_subnets}"]
  private_subnets = ["${var.private_subnets}"]
}

See interface.tf for additional configurable variables.

License

MIT

About

A lightweight VPC module for Terraform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%