Commit 4d31b0d7 authored by Léo Gillot-Lamure's avatar Léo Gillot-Lamure Committed by GitHub

fix: Remove CreateLogGroup permission from service role (#550)

parent bf8fbac5
......@@ -90,7 +90,6 @@ data "aws_iam_policy_document" "vpc_flow_log_cloudwatch" {
effect = "Allow"
actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
"logs:DescribeLogGroups",
......
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