From ef5d1706acbc9caf59404b2ef5290feb631ba45f Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 18 Oct 2022 07:35:33 -0400 Subject: [PATCH] update --- vpc-transit-gateway-association/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vpc-transit-gateway-association/README.md b/vpc-transit-gateway-association/README.md index 8727fb0..2383733 100644 --- a/vpc-transit-gateway-association/README.md +++ b/vpc-transit-gateway-association/README.md @@ -101,6 +101,9 @@ The `route_prefix_list_name` allows you to select a route shared prefix (automat simplicity of routing setup to direct traffic through the TGW (vs using 0.0.0.0/0, the default route). A future feature will allow the use of the default route and add the use of a VPN prefix list. +You must also add `twg_environment` to the `variables.vpc.auto.tfvars` file so you can place the VPC into one of the six +available enviroments: services (for common, shared), dev, test (for test, UAT, QA, ITE), stage, prod, and cre. + ```hcl module "vpc_tgw_data" { source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpc-transit-gateway-association/data?ref=tf-upgrade"