Skip to content

Commit

Permalink
ajuste bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoclessa committed Jul 18, 2023
1 parent dfb25bf commit 219e27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_s3/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_s3_bucket_policy" "bucket_policy" {
"Sid": "Stmt1663162256001",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Action": "*",
"Resource": "arn:aws:s3:::${var.bucket}/*"
}
]
Expand Down

0 comments on commit 219e27d

Please sign in to comment.