Skip to content

Commit

Permalink
correct example to log all S3 object events
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJCavanaugh committed May 5, 2022
1 parent 09bcff5 commit 3a611c7
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 3a611c7

Please sign in to comment.