Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 31, 2023
1 parent 18d910c commit 6c2bdff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpn-transit-gateway/cloudwatch_alarms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ resource "aws_cloudwatch_composite_alarm" "tgw_vpn" {
alarm_actions = [var.cloudwatch_alarm_topic_arn]
ok_actions = [var.cloudwatch_alarm_topic_arn]
alarm_description = templatefile("${path.module}/templates/vpn_tunnel_status_composite.alarm.tpl", {
"site" = each.key,
"site_details" = [for k, v in local.vpn_details : merge(v, { "key" = k })]
"module_name" = local.base_tags["boc:tf_module_name"],
"module_version" = local._module_version
Expand Down

0 comments on commit 6c2bdff

Please sign in to comment.