Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 16, 2022
1 parent 9d1b426 commit bbdb969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vpc-transit-gateway-association/self/associate.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.transit_gateway_label
"boc:tgw_environment" = var.transit_gateway_environment
"boc:tgw_label" = var.transit_gateway_label
}
}

Expand Down
4 changes: 2 additions & 2 deletions vpc-transit-gateway-association/self/routing.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module "routing_attachment_ipv4" {
local.base_tags,
var.tags,
{
"boc:tgw:environment" = var.transit_gateway_environment
"boc:tgw:label" = var.transit_gateway_label
"boc:tgw_environment" = var.transit_gateway_environment
"boc:tgw_label" = var.transit_gateway_label
}
)
}
Expand Down

0 comments on commit bbdb969

Please sign in to comment.