Skip to content

Commit a89e7a2

Browse files
[PRM-134-v2] ammend statistic typo
1 parent c2c258e commit a89e7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/lambda-search-patient.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ resource "aws_cloudwatch_metric_alarm" "error_alarm_count_high" {
7272
dimensions = {
7373
FunctionName = module.search-patient-details-lambda.function_name
7474
}
75-
metric_name = "Errors"
76-
extended_statistic = "Sum"
75+
metric_name = "Errors"
76+
statistic = "Sum"
7777
}
7878

7979

0 commit comments

Comments
 (0)