Skip to content

Commit

Permalink
Merge pull request #24616 from AdamJCavanaugh/d-cloudtrail-iss24596
Browse files Browse the repository at this point in the history
r/cloudtrail: correct example to log all S3 object events
  • Loading branch information
ewbankkit authored May 5, 2022
2 parents 36dc508 + 3a611c7 commit 75d1c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/cloudtrail.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "aws_cloudtrail" "example" {
data_resource {
type = "AWS::S3::Object"
values = ["arn:aws:s3:::"]
values = ["arn:aws:s3"]
}
}
}
Expand Down

0 comments on commit 75d1c61

Please sign in to comment.