Commit 8554bfdb authored by Anton Babenko's avatar Anton Babenko

Fixed output of aws_flow_log

parent de112538
...@@ -1005,7 +1005,7 @@ output "vpc_endpoint_cloud_directory_dns_entry" { ...@@ -1005,7 +1005,7 @@ output "vpc_endpoint_cloud_directory_dns_entry" {
# VPC flow log # VPC flow log
output "vpc_flow_log_id" { output "vpc_flow_log_id" {
description = "The ID of the Flow Log resource" description = "The ID of the Flow Log resource"
value = aws_flow_log.this[0].id value = concat(aws_flow_log.this.*.id, [""])[0]
} }
output "vpc_flow_log_destination_arn" { output "vpc_flow_log_destination_arn" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment