Skip to content

Commit 68c1955

Browse files
authored
Update s3_with_all_permissions.tf
fix typo in .tf code
1 parent 1e92e36 commit 68c1955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3_with_all_permissions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "aws_s3_bucket" "s3Bucket" {
22
bucket = "S3B_181355"
3-
acl = private"
3+
acl = "private"
44

55
policy = <<EOF
66
{

0 commit comments

Comments
 (0)