Skip to content

Commit f5758b8

Browse files
committed
CCM-14480: Fix outputs
1 parent facf4b3 commit f5758b8

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

  • infrastructure/terraform/modules/wrappers/lambda

infrastructure/terraform/modules/wrappers/lambda/outputs.tf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,3 @@ output "function_name" {
1010
description = "Name of the Lambda function"
1111
value = module.lambda.function_name
1212
}
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

Comments
 (0)