Skip to content

Commit

Permalink
Merge branch 'main' into update-karpenter-version
Browse files Browse the repository at this point in the history
  • Loading branch information
uchinda-sph authored Oct 2, 2024
2 parents 892d3ba + 91bd782 commit 8f84548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/essentials/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ data "aws_iam_policy_document" "fluent_bit" {
resources = ["arn:aws:logs:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:log-group:*"]

actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:DescribeLogGroups",
"logs:DescribeLogStreams",
"logs:PutRetentionPolicy",
]
}
}

0 comments on commit 8f84548

Please sign in to comment.