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 ec7e34a commit 698cd72Copy full SHA for 698cd72
examples/lambda-metric-alarm/main.tf
@@ -119,10 +119,8 @@ module "alarm_anomaly" {
119
metric_query = [{
120
id = "ad1"
121
122
- return_data = true
123
expression = "ANOMALY_DETECTION_BAND(m1, 2)"
124
label = "Invocations (expected)"
125
- return_data = "true"
126
},
127
{
128
id = "m1"
@@ -138,7 +136,7 @@ module "alarm_anomaly" {
138
136
FunctionName = module.aws_lambda_function2.lambda_function_name
139
137
}
140
}]
141
+ return_data = true
142
143
144
alarm_actions = [module.aws_sns_topic.sns_topic_arn]
0 commit comments