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 3af9e5f commit 1bcf5e7Copy full SHA for 1bcf5e7
modules/trusted_advisor_alarms/main.tf
@@ -91,6 +91,7 @@ resource "aws_cloudwatch_metric_alarm" "main" {
91
evaluation_periods = 1
92
metric_name = "ServiceLimitUsage"
93
namespace = "AWS/TrustedAdvisor"
94
+ ok_actions = var.cloudwatch_alarm_actions
95
period = 3600
96
statistic = "Average"
97
tags = var.tags
modules/usage_alarms/main.tf
@@ -88,6 +88,7 @@ resource "aws_cloudwatch_metric_alarm" "main" {
88
comparison_operator = "GreaterThanThreshold"
89
datapoints_to_alarm = 1
90
threshold = var.cloudwatch_alarm_threshold
0 commit comments