Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 14, 2021
1 parent bec3bb5 commit e21e5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flowlogs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ resource "aws_flow_log" "flowlog" {
# flowlog, cloudwatch
#---
resource "aws_cloudwatch_log_group" "flowlog" {
name = format("%v-%v", local._prefixes["log-group"], var.vpc_full_name)
name = format("%v%v", local._prefixes["log-group"], var.vpc_full_name)
}

resource "aws_flow_log" "flowlog_cloudwatch" {
Expand Down

0 comments on commit e21e5db

Please sign in to comment.