Skip to content

no-brand/terraform-aws-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Module: AWS VPC

How to use

Define a module with the source, no-brand/vpc/aws.
Then, pass variables to fit your needs.

module "vpc" {
  source    = "no-brand/vpc/aws"
  
  namespace = "nb"
  region    = "ap-northeast-3"
  stage     = "dev"
  cidr      = "10.255.0.0/16"

  tags      = {
    Stage = "dev"
    Owner = "no-brand"
  }
}

Examples

How to contribute

Requirements

Providers

License

Apache License 2.0

About

Terraform module to deploy AWS VPC.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages