Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Missing name tag (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveburton4 authored May 24, 2021
1 parent 5d9500a commit 12bc796
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ resource "aws_cloudwatch_metric_alarm" "metric_alarm" {
threshold = var.threshold
statistic = var.statistic
alarm_actions = var.alarm_action_arns
tags = { notification_type = var.notification_type, severity = var.severity }
tags = {
notification_type = var.notification_type,
severity = var.severity,
Name = var.alarm_name
}
}

0 comments on commit 12bc796

Please sign in to comment.