Skip to content

Commit

Permalink
Add actions_enabled to alarm resource
Browse files Browse the repository at this point in the history
  • Loading branch information
socketbox committed Oct 8, 2024
1 parent a4ee6fc commit 1ab57be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alarm.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "aws_cloudwatch_metric_alarm" "alarm" {
alarm_name = "canary-${local.name}"
actions_enabled = var.alarm_config.actions_enabled
comparison_operator = var.alarm_config.comparison_operator
period = var.alarm_config.period
evaluation_periods = var.alarm_config.evaluation_periods
Expand Down

0 comments on commit 1ab57be

Please sign in to comment.