Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 24, 2022
1 parent 54c4b76 commit 95c00a5
Showing 1 changed file with 14 additions and 24 deletions.
38 changes: 14 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
# This submodule creates the following resources, using a typical deployment configuration that we follow:
# * VPC
# * Route tables (one per availability zone)
# * Subnets, public and private (one of each label per availability zone)
# * Network ACLs
# * Base security groups
# * VPN components (optional)
# * Internet Gateway and NAT gateway (optional)
#
# This module also includes a submodule to setup VPC peering.
# aws-vpc-setup

#---
# security groups
#---
module "security-groups"
# source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//security-groups"
source = "${path.module}/../security-groups"
vpc_id = aws_vpc.vpc.id
vpc_full_name = var.vpc_full_name
vpc_environment = var.vpc_environment
tags = {}
}
This is a collection of submodules for setting up a VPC.

#---
# VPNs on per site
#---
## [flowlogs](flowlogs)
## [flowlogs-role](flowlogs-role)
## [nacl-rules](nacl-rules)
## [nacls](nacls)
## [peer](peer)
## [routing](routing)
## [security-groups](security-groups)
## [subnets](subnets)
## [vpc](vpc)
## [vpc-interface-endpoint](vpc-interface-endpoint)
## [vpn](vpn)
## [vpn-transit-gateway](vpn-transit-gateway)

0 comments on commit 95c00a5

Please sign in to comment.