Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 26, 2022
1 parent 84ca88a commit 5a5f53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ resource "aws_ec2_tag" "vpn_tag_name" {
resource "aws_ec2_tag" "vpn_tag_environment" {
for_each = var.create ? local.vpn_settings : {}
resource_id = aws_vpn_connection.vpn[each.key].transit_gateway_attachment_id
key = "boc:tgw_environmen"
key = "boc:tgw_environment"
value = var.tgw_environment
}

Expand Down

0 comments on commit 5a5f53f

Please sign in to comment.