Skip to content

Commit

Permalink
fix lable
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2022
1 parent 73efc7b commit 9d1b426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/self/associate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
attachment_tags = {
Name = format("%v:%v", data.aws_iam_account_alias.current.account_alias, var.vpc_full_name)
"boc:tgw:environment" = var.transit_gateway_environment
"boc:tgw:label" = var.tgw_label
"boc:tgw:label" = var.transit_gateway_label
}
}

Expand Down
2 changes: 1 addition & 1 deletion vpc-transit-gateway-association/self/routing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "routing_attachment_ipv4" {
var.tags,
{
"boc:tgw:environment" = var.transit_gateway_environment
"boc:tgw:label" = var.tgw_label
"boc:tgw:label" = var.transit_gateway_label
}
)
}
Expand Down

0 comments on commit 9d1b426

Please sign in to comment.