diff --git a/outputs.tf b/outputs.tf index e69de29..7df7ccc 100644 --- a/outputs.tf +++ b/outputs.tf @@ -0,0 +1,4 @@ +output "lamdba_role_arn" { + value = aws_iam_role.lambda_role.arn + description = "ARN for the Lambda function IAM role." +} \ No newline at end of file