Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 25, 2022
1 parent 468396e commit b40f2db
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -28,7 +28,7 @@ resource "aws_ec2_tag" "vpc_sttachment" {
resource_id = aws_ec2_transit_gateway_vpc_attachment.vpc_attachment.id
key = "Name"
# value = format("%v:%v:%v", data.aws_iam_account_alias.network_account.account_alias,var.vpc_full_name, data.aws_region.network_account.name)
value = format("%v:%v", data.aws_iam_account_alias.network_account.account_alias, var.vpc_full_name)
value = format("%v:%v", data.aws_iam_account_alias.current.account_alias, var.vpc_full_name)
}

output "vpc_attachment_id" {
Expand Down

0 comments on commit b40f2db

Please sign in to comment.