Skip to content

Commit 8729ade

Browse files
committed
fix the output
1 parent d9ab83a commit 8729ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "onboarding_data" {
22
description = "Details of the onboarding"
3-
value = jsondecode(aws_lambda_invocation.onboarding.result)["data"]
3+
value = jsondecode(aws_lambda_invocation.onboarding.result)
44
}

0 commit comments

Comments
 (0)