Browse Source

Added comment about legacy vpcs

Fred Damstra 5 years ago
parent
commit
51228b1e48
2 changed files with 3 additions and 1 deletions
  1. 2 1
      prod/aws/legacy-mdr-prod/account.hcl
  2. 1 0
      test/aws/legacy-mdr-test/account.hcl

+ 2 - 1
prod/aws/legacy-mdr-prod/account.hcl

@@ -37,7 +37,8 @@ locals {
     "arn:aws:iam::477548533976:role/portal-instance-role",
     "arn:aws:iam::477548533976:role/portal-instance-role",
   ]
   ]
 
 
-  # Legacy information
+  # Legacy information 
+  # legacy_vpc information is required to connect the VPCs to the transit gateway.
   legacy_vpcs = {
   legacy_vpcs = {
     afs = {
     afs = {
       id = "vpc-03f17331ab2b493f5",
       id = "vpc-03f17331ab2b493f5",

+ 1 - 0
test/aws/legacy-mdr-test/account.hcl

@@ -38,6 +38,7 @@ locals {
   ] 
   ] 
 
 
   # Legacy information
   # Legacy information
+  # legacy_vpc information is required to connect the VPCs to the transit gateway.
   legacy_vpcs = {
   legacy_vpcs = {
     main_infrastructure = {
     main_infrastructure = {
       id = "vpc-0b455a7f22a13412b",
       id = "vpc-0b455a7f22a13412b",