Skip to content

Commit 8156bf9

Browse files
committed
Revert output changed, since they're not really needed
1 parent 74749d9 commit 8156bf9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

outputs.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
output "lambda_shell_arn" {
2-
description = "The ARN of the Lambda function. Used for lambda-shell-resource and lambda-shell-data modules >= v0.2.0."
3-
value = module.shell_lambda.lambda.arn
4-
}
5-
61
output "invicton_labs_lambda_shell_arn" {
7-
description = "The ARN of the Lambda function. Used for lambda-shell-resource and lambda-shell-data modules < v0.2.0 (backwards compatibility)."
2+
description = "The ARN of the Lambda function. The output is oddly named because it's used to ensure that the correct module is passed into the lambda-shell-resource and lambda-shell-data modules."
83
value = module.shell_lambda.lambda.arn
94
}

0 commit comments

Comments
 (0)