Skip to content

Commit

Permalink
fix: Remove CreateLogGroup permission from service role (terraform-aw…
Browse files Browse the repository at this point in the history
  • Loading branch information
navaati authored and harrythebot committed May 11, 2022
1 parent 793c064 commit 237f8cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vpc-flow-logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ data "aws_iam_policy_document" "vpc_flow_log_cloudwatch" {
effect = "Allow"

actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
"logs:DescribeLogGroups",
Expand Down

0 comments on commit 237f8cc

Please sign in to comment.