output "lambda_exec_role_arn" { description = "The ARN of the IAM role used by the Lambda functions" value = aws_iam_role.lambda_exec_role.arn } output "lambda_exec_role_name" { description = "The ARN of the IAM role used by the Lambda functions" value = aws_iam_role.lambda_exec_role.name }