File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ No modules.
70
70
| [ aws_kms_key.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key ) | resource |
71
71
| [ aws_s3_bucket.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
72
72
| [ aws_s3_bucket.this-logs] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
73
- | [ aws_s3_bucket_acl.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl ) | resource |
74
- | [ aws_s3_bucket_acl.this-logs] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl ) | resource |
75
73
| [ aws_s3_bucket_logging.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_logging ) | resource |
76
74
| [ aws_s3_bucket_public_access_block.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block ) | resource |
77
75
| [ aws_s3_bucket_public_access_block.this-logs] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block ) | resource |
Original file line number Diff line number Diff line change @@ -12,11 +12,6 @@ resource "aws_s3_bucket_public_access_block" "this-logs" {
12
12
restrict_public_buckets = true
13
13
}
14
14
15
- resource "aws_s3_bucket_acl" "this-logs" {
16
- bucket = aws_s3_bucket. this-logs . id
17
- acl = " private"
18
- }
19
-
20
15
resource "aws_s3_bucket_server_side_encryption_configuration" "this-logs" {
21
16
bucket = aws_s3_bucket. this-logs . id
22
17
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ resource "aws_s3_bucket_public_access_block" "this" {
19
19
restrict_public_buckets = true
20
20
}
21
21
22
- resource "aws_s3_bucket_acl" "this" {
23
- bucket = aws_s3_bucket. this . id
24
- acl = " private"
25
- }
26
-
27
22
resource "aws_s3_bucket_versioning" "this" {
28
23
bucket = aws_s3_bucket. this . id
29
24
You can’t perform that action at this time.
0 commit comments