Skip to content

Commit 3d57fcc

Browse files
authored
fix: prevent AWS Config to fire alarms (nozaq#139)
1 parent c660bea commit 3d57fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_baselines.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ data "aws_iam_policy_document" "recorder_publish_policy" {
4848
}
4949

5050
statement {
51-
actions = ["s3:PutObject"]
51+
actions = ["s3:PutObject", "s3:PutObjectACl"]
5252
resources = ["${local.audit_log_bucket_arn}/config/AWSLogs/${var.aws_account_id}/*"]
5353

5454
condition {

0 commit comments

Comments
 (0)