Quellcode durchsuchen

Added comment about legacy vpcs

Fred Damstra vor 5 Jahren
Ursprung
Commit
51228b1e48
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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",
   ]
 
-  # Legacy information
+  # Legacy information 
+  # legacy_vpc information is required to connect the VPCs to the transit gateway.
   legacy_vpcs = {
     afs = {
       id = "vpc-03f17331ab2b493f5",

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

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