Skip to content

Commit 7a89db5

Browse files
authored
Update outputs.tf
1 parent 3562756 commit 7a89db5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

terraform-unity/outputs.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
output "parameter_name" {
2-
value = aws_ssm_parameter.test_parameter.name
1+
output "lambda_function_arn" {
2+
description = "ARN of the Lambda function"
3+
value = aws_lambda_function.unity_cs_monitoring_lambda.arn
34
}

0 commit comments

Comments
 (0)