Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 2, 2022
1 parent d0ce552 commit ab8ee55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs-transit-gateway/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 = var.enable_kinesis ? aws_kinesis_stream.flowlog[0].arn : ""
}

0 comments on commit ab8ee55

Please sign in to comment.