Skip to content

Commit

Permalink
Merge pull request #473 from ministryofjustice/feature/7607-output-fl…
Browse files Browse the repository at this point in the history
…ow-log-group-name

Added output for VPC flow log group name
  • Loading branch information
dms1981 authored Aug 22, 2024
2 parents 51cfa05 + a96a628 commit 3094604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ output "private_route_tables" {
if substr(key, length(key) - 6, length(key)) != "public"
}
}

output "vpc_flow_log" {
value = aws_cloudwatch_log_group.default.name
}

0 comments on commit 3094604

Please sign in to comment.