Skip to content

Commit 8253f55

Browse files
committed
fix: Fixed ouputs.tf in examples
1 parent e976b7b commit 8253f55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_example/multi_account/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output "ram_resource_share_id" {
99
}
1010

1111
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
1313
description = "Identifier of the default association route table"
1414
}
1515

_example/single_account/example.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module "subnets_other" {
7272
##------------------------------------------------------------------------------
7373
## transit-gateway module call.
7474
##------------------------------------------------------------------------------
75-
module "transit-gateway" {
75+
module "transit_gateway" {
7676
depends_on = [module.vpc, module.subnets]
7777
source = "./../../"
7878
name = local.name

0 commit comments

Comments
 (0)