Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 23, 2022
1 parent a6e2ac6 commit ee22f10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/peer/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/self/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/self/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/self/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit ee22f10

Please sign in to comment.