We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a27bca commit 03f8126Copy full SHA for 03f8126
infrastructure/transfer_alarms.tf
@@ -23,7 +23,7 @@ resource "aws_cloudwatch_metric_alarm" "transfer_kill_switch_stopped_server" {
23
tags = {
24
Name = "${terraform.workspace}_transfer_family_kill_switch_stopped"
25
severity = "high"
26
- alarm_group = "transfer_kill_switch"
+ alarm_group = "${terraform.workspace}-transfer-kill-switch"
27
alarm_metric = "ServerStopped"
28
is_kpi = "false"
29
}
0 commit comments