We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e92e36 commit 68c1955Copy full SHA for 68c1955
s3_with_all_permissions.tf
@@ -1,6 +1,6 @@
1
resource "aws_s3_bucket" "s3Bucket" {
2
bucket = "S3B_181355"
3
- acl = private"
+ acl = "private"
4
5
policy = <<EOF
6
{
0 commit comments