Skip to content

Commit

Permalink
fix: extra slash at the back
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoolala committed Jul 26, 2024
1 parent 4a8164a commit f9294c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-flow-logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ data "aws_iam_policy_document" "vpc_flow_log_cloudwatch" {
"logs:DescribeLogStreams",
]

resources = ["arn:aws:logs:*:*:log-group:${var.flow_log_cloudwatch_log_group_name_prefix}${local.flow_log_cloudwatch_log_group_name_suffix}/*"]
resources = ["arn:aws:logs:*:*:log-group:${var.flow_log_cloudwatch_log_group_name_prefix}${local.flow_log_cloudwatch_log_group_name_suffix}:*"]
}
}

0 comments on commit f9294c9

Please sign in to comment.