Skip to content

utshav2008/tfdef_vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample Example:

provider "aws" {
}

module "vpc" {
  source                = "git::https://github.com/utshav2008/tfdef_vpc.git"
  cust_id               = "dev"
  aws_region            = "us-west-2"
  cidr                  = "10.0.0.0/24"
  environment           = "dev"
  product               = "test-product"
  subnetcount           = "3"
}

About

Build your own custom VPC with different AZ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages