File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 6363| [ aws_route53_record.smtp_mail_from_txt] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record ) | resource |
6464| [ aws_route53_record.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/route53_record ) | resource |
6565| [ aws_s3_bucket.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket ) | resource |
66- | [ aws_s3_bucket_acl.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl ) | resource |
6766| [ aws_s3_bucket_ownership_controls.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls ) | resource |
6867| [ aws_s3_bucket_server_side_encryption_configuration.this] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration ) | resource |
6968| [ aws_secretsmanager_secret.dockerhub_credentials] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/secretsmanager_secret ) | resource |
Original file line number Diff line number Diff line change @@ -19,15 +19,6 @@ resource "aws_s3_bucket_ownership_controls" "this" {
1919 depends_on = [aws_s3_bucket . this ]
2020}
2121
22- resource "aws_s3_bucket_acl" "this" {
23- for_each = { for k , v in local . s3_bucket_names : k => v if var . enable_s3 }
24-
25- bucket = aws_s3_bucket. this [each . key ]. id
26- acl = " private"
27-
28- depends_on = [aws_s3_bucket_ownership_controls . this ]
29- }
30-
3122resource "aws_s3_bucket_server_side_encryption_configuration" "this" {
3223 for_each = { for k , v in local . s3_bucket_names : k => v if var . enable_s3 }
3324
You can’t perform that action at this time.
0 commit comments