survey-extraction/deployment/lambda/lambda_shared/output.tf
2025-07-17 20:18:46 +00:00

9 lines
313 B
HCL

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
}