Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 30, 2023
1 parent b7b79fb commit 4fc804a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vpc-transit-gateway-association/self/routing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ resource "aws_ec2_transit_gateway_prefix_list_reference" "vpc_self_common" {
transit_gateway_route_table_id = each.value
}

locals {
propagate_all_rt = ["services", "inter-region"]
# selected_rt = [for k in keys(local.transit_gateway_route_table_ids_peer) : k if ! contains(local.propagate_all_rt, k)]
selected_rt = [for k in keys(var.data_input.map_route_tables_peer) : k if ! contains(local.propagate_all_rt, k)]
}

#---
# add routes to peer for non-services
#---
Expand Down

0 comments on commit 4fc804a

Please sign in to comment.