Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 18, 2023
1 parent eeacfdd commit 502c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output "kinesis_flowlog_arn" {
description = "VPC Flowlog Kinesis stream ARN"
value = aws_kinesis_stream.flowlog.arn
value = try(aws_kinesis_stream.flowlog[0].arn, null)
}

0 comments on commit 502c25a

Please sign in to comment.