Principal * gets rejected by AWS, use cloudtrail.amazonaws.com instead.

pull/4730/head
Lee Provoost 10 years ago
parent 36997b2e70
commit 96f3f76118

@ -29,14 +29,18 @@ resource "aws_s3_bucket" "foo" {
{
"Sid": "AWSCloudTrailAclCheck",
"Effect": "Allow",
"Principal": "*",
"Principal": {
"Service": "cloudtrail.amazonaws.com"
},
"Action": "s3:GetBucketAcl",
"Resource": "arn:aws:s3:::tf-test-trail"
},
{
"Sid": "AWSCloudTrailWrite",
"Effect": "Allow",
"Principal": "*",
"Principal": {
"Service": "cloudtrail.amazonaws.com"
},
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::tf-test-trail/*",
"Condition": {

Loading…
Cancel
Save