Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
the-smooth-operator committed Mar 5, 2019
1 parent e904020 commit 3bd163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/global/audisp-json/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_s3_bucket_policy" "allow_account_ro" {
policy = <<POLICY
{
"Version": "2012-10-17",
"Id": "Allow account members to get objects",
"Id": "Allow everyone to get these objects",
"Statement": [
{
"Effect": "Allow",
Expand Down

0 comments on commit 3bd163e

Please sign in to comment.