Skip to content

Commit

Permalink
fix: Fixed ouputs.tf in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Sep 5, 2023
1 parent e976b7b commit 8253f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _example/multi_account/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ output "ram_resource_share_id" {
}

output "ec2_transit_gateway_association_default_route_table_id" {
value = module.transit-gateway.ec2_transit_gateway_association_default_route_table_id
value = module.transit_gateway.ec2_transit_gateway_association_default_route_table_id
description = "Identifier of the default association route table"
}

Expand Down
2 changes: 1 addition & 1 deletion _example/single_account/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module "subnets_other" {
##------------------------------------------------------------------------------
## transit-gateway module call.
##------------------------------------------------------------------------------
module "transit-gateway" {
module "transit_gateway" {
depends_on = [module.vpc, module.subnets]
source = "./../../"
name = local.name
Expand Down

0 comments on commit 8253f55

Please sign in to comment.