Skip to content

Commit

Permalink
Add cloudwatch alarm arns as output
Browse files Browse the repository at this point in the history
  • Loading branch information
iuriaranda committed Oct 5, 2021
1 parent 1c10f5d commit 10bb7e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lambda_function/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
output "lambda_invocation_errors_cloudwatch_alarm_arn" {
value = aws_cloudwatch_metric_alarm.streamalert_lambda_invocation_errors.arn
}

output "lambda_throttles_cloudwatch_alarm_arn" {
value = aws_cloudwatch_metric_alarm.streamalert_lambda_throttles.arn
}

output "lambda_iterator_age_cloudwatch_alarm_arn" {
value = aws_cloudwatch_metric_alarm.streamalert_lambda_iterator_age.arn
}

0 comments on commit 10bb7e0

Please sign in to comment.