You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
207 B
HCL

output "lambda_function_arn" {
value = aws_lambda_function.lambda.arn
}
output "log_group_arn" {
value = aws_cloudwatch_log_group.logs.arn
}
output "sns_topic_arn" {
value = aws_sns_topic.this.arn
}