Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 3, 2021
1 parent de94326 commit 1631c9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subnets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* ```hcl
* module "subnets" {
* source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//subnets"
* vpc_id = var.vpc_id
* availability_zones = var.availability_zones
* public_subnets = [ { base_cidr = "10.188.16.0/24", label = "public", bits = 2, private = false } ]
* private_subnets = [
Expand All @@ -16,11 +17,8 @@
* { base_cidr = "10.188.22.0/23", label = "apps", bits = 2, private = true } ]
*
* vpc_name = var.vpc_name
* vpc_cidr_block = var.vpc_cidr_block
* vpc_index = var.vpc_index
* vpc_short_name = var.vpc_short_name
* vpc_full_name = var.vpc_full_name
* vpc_environment = var.vpc_environment
*
* tags = {}
* }
Expand Down

0 comments on commit 1631c9a

Please sign in to comment.