mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
9 lines
313 B
HCL
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
|
|
}
|