diff --git a/vpc-transit-gateway-association/peer/outputs.tf b/vpc-transit-gateway-association/peer/outputs.tf index 78a51a4..faa72c4 100644 --- a/vpc-transit-gateway-association/peer/outputs.tf +++ b/vpc-transit-gateway-association/peer/outputs.tf @@ -31,5 +31,5 @@ output "map_route_tables_self" { output "map_route_tables_peer" { description = "Transit Gateway route tables map (VRF:id) peer (other region)" # value = local.transit_gateway_route_table_ids_peer - value = var.data_input.map_route_tables_peeer + value = var.data_input.map_route_tables_peer } diff --git a/vpc-transit-gateway-association/self/README.md b/vpc-transit-gateway-association/self/README.md index 2375cbc..625ccf2 100644 --- a/vpc-transit-gateway-association/self/README.md +++ b/vpc-transit-gateway-association/self/README.md @@ -18,7 +18,7 @@ section TGW setup, consisting of data (required), self (this), and peer (remote( # Usage ```hcl -# call once for self, once for each peer (if we have multiple regions for peeers, change the peer to each region) +# call once for self, once for each peer (if we have multiple regions for peers, change the peer to each region) # note the self must be done before the peer module "vpc_tgw_self" { source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpc-transit-gateway-association/self?ref=tf-upgrade" diff --git a/vpc-transit-gateway-association/self/main.tf b/vpc-transit-gateway-association/self/main.tf index c2c53b7..e3338c8 100644 --- a/vpc-transit-gateway-association/self/main.tf +++ b/vpc-transit-gateway-association/self/main.tf @@ -19,7 +19,7 @@ * # Usage * * ```hcl -* # call once for self, once for each peer (if we have multiple regions for peeers, change the peer to each region) +* # call once for self, once for each peer (if we have multiple regions for peers, change the peer to each region) * # note the self must be done before the peer * module "vpc_tgw_self" { * source = "git@github.e.it.census.gov:terraform-modules/aws-vpc-setup.git//vpc-transit-gateway-association/self?ref=tf-upgrade" diff --git a/vpc-transit-gateway-association/self/outputs.tf b/vpc-transit-gateway-association/self/outputs.tf index 78a51a4..faa72c4 100644 --- a/vpc-transit-gateway-association/self/outputs.tf +++ b/vpc-transit-gateway-association/self/outputs.tf @@ -31,5 +31,5 @@ output "map_route_tables_self" { output "map_route_tables_peer" { description = "Transit Gateway route tables map (VRF:id) peer (other region)" # value = local.transit_gateway_route_table_ids_peer - value = var.data_input.map_route_tables_peeer + value = var.data_input.map_route_tables_peer }