We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facf4b3 commit f5758b8Copy full SHA for f5758b8
1 file changed
infrastructure/terraform/modules/wrappers/lambda/outputs.tf
@@ -10,18 +10,3 @@ output "function_name" {
10
description = "Name of the Lambda function"
11
value = module.lambda.function_name
12
}
13
-
14
-output "role_arn" {
15
- description = "ARN of the Lambda execution role"
16
- value = module.lambda.role_arn
17
-}
18
19
-output "role_name" {
20
- description = "Name of the Lambda execution role"
21
- value = module.lambda.role_name
22
23
24
-output "log_group_name" {
25
- description = "Name of the CloudWatch log group"
26
- value = module.lambda.log_group_name
27
0 commit comments