We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf3e5b commit 4801dd9Copy full SHA for 4801dd9
modules/shared/routes.tf
@@ -29,5 +29,6 @@ resource "aws_route" "current" {
29
nat_gateway_id = each.value.nat_gateway_id
30
network_interface_id = each.value.network_interface_id
31
route_table_id = aws_route_table.current.id
32
+ transit_gateway_id = each.value.transit_gateway_id
33
vpc_peering_connection_id = each.value.vpc_peering_connection_id
34
}
0 commit comments