We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3562756 commit 7a89db5Copy full SHA for 7a89db5
terraform-unity/outputs.tf
@@ -1,3 +1,4 @@
1
-output "parameter_name" {
2
- value = aws_ssm_parameter.test_parameter.name
+output "lambda_function_arn" {
+ description = "ARN of the Lambda function"
3
+ value = aws_lambda_function.unity_cs_monitoring_lambda.arn
4
}
0 commit comments