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 @@ -9,7 +9,7 @@ output "ram_resource_share_id" {
9
9
}
10
10
11
11
output "ec2_transit_gateway_association_default_route_table_id" {
12
- value = module. transit-gateway . ec2_transit_gateway_association_default_route_table_id
12
+ value = module. transit_gateway . ec2_transit_gateway_association_default_route_table_id
13
13
description = " Identifier of the default association route table"
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ module "subnets_other" {
72
72
# #------------------------------------------------------------------------------
73
73
# # transit-gateway module call.
74
74
# #------------------------------------------------------------------------------
75
- module "transit-gateway " {
75
+ module "transit_gateway " {
76
76
depends_on = [module . vpc , module . subnets ]
77
77
source = " ./../../"
78
78
name = local. name
You can’t perform that action at this time.
0 commit comments