We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c660bea commit 3d57fccCopy full SHA for 3d57fcc
config_baselines.tf
@@ -48,7 +48,7 @@ data "aws_iam_policy_document" "recorder_publish_policy" {
48
}
49
50
statement {
51
- actions = ["s3:PutObject"]
+ actions = ["s3:PutObject", "s3:PutObjectACl"]
52
resources = ["${local.audit_log_bucket_arn}/config/AWSLogs/${var.aws_account_id}/*"]
53
54
condition {
0 commit comments