Skip to content

Commit 03f8126

Browse files
[PRMT-866] changed alarm message to reflect the environment
1 parent 6a27bca commit 03f8126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/transfer_alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_cloudwatch_metric_alarm" "transfer_kill_switch_stopped_server" {
2323
tags = {
2424
Name = "${terraform.workspace}_transfer_family_kill_switch_stopped"
2525
severity = "high"
26-
alarm_group = "transfer_kill_switch"
26+
alarm_group = "${terraform.workspace}-transfer-kill-switch"
2727
alarm_metric = "ServerStopped"
2828
is_kpi = "false"
2929
}

0 commit comments

Comments
 (0)