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 d9ab83a commit 8729adeCopy full SHA for 8729ade
outputs.tf
@@ -1,4 +1,4 @@
1
output "onboarding_data" {
2
description = "Details of the onboarding"
3
- value = jsondecode(aws_lambda_invocation.onboarding.result)["data"]
+ value = jsondecode(aws_lambda_invocation.onboarding.result)
4
}
0 commit comments