File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ resource "aws_route" "private_nat_gateway" {
45
45
}
46
46
}
47
47
48
- resource "aws_route" "transit_gw_route " {
48
+ resource "aws_route" "transit_gw_route_private " {
49
49
count = local. enabled && var. enable_nat_gateway && var. tgw_route_table_id != null ? length (var. transit_routes ) : 0
50
50
51
51
route_table_id = element (aws_route_table. private . * . id , count. index )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ resource "aws_route" "public_internet_gateway" {
46
46
}
47
47
}
48
48
49
- resource "aws_route" "transit_gw_route " {
49
+ resource "aws_route" "transit_gw_route_public " {
50
50
count = local. enabled && var. enable_nat_gateway && var. tgw_route_table_id != null ? length (var. transit_routes ) : 0
51
51
52
52
route_table_id = element (aws_route_table. public . * . id , count. index )
You can’t perform that action at this time.
0 commit comments