Skip to content

Commit 2243534

Browse files
author
Tyler Ray
committed
Update Output for lambda security group
1 parent 0a463ec commit 2243534

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
@@ -3,7 +3,7 @@ output "lambda" {
33
}
44

55
output "lambda_security_group" {
6-
value = aws_security_group.lambda_sg
6+
value = length(aws_security_group.lambda_sg) > 0 ? aws_security_group.lambda_sg : null
77
}
88

99
output "lambda_live_alias" {

0 commit comments

Comments
 (0)