Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 19, 2022
1 parent bb30f45 commit 26bc1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn-transit-gateway/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "aws_cloudwatch_log_group" "log" {
local.base_tags,
var.tags,
{
Name = self.name
Name = format("vpn/tgw/%v/%v", var.tgw_environment, each.key)
"boc:tgw_environment" = var.tgw_environment
"boc:vpn:connection_id" = each.value.vpn_connection_id
},
Expand Down

0 comments on commit 26bc1f7

Please sign in to comment.