From 95c00a51cd63d1028f3e294a47b644dfb3875e40 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 24 May 2022 09:33:04 -0400 Subject: [PATCH] update README --- README.md | 38 ++++++++++++++------------------------ 1 file changed, 14 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 6bb8933..59899dc 100644 --- a/README.md +++ b/README.md @@ -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)