Skip to content

Commit a07065c

Browse files
authored
Merge pull request #120 from bitovi/PSA-79-bucket-acl
PSA-79 remove bucket acl
2 parents 98bb416 + cdfea2f commit a07065c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Bitovi
3+
Copyright (c) 2023 Bitovi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

operations/deployment/terraform/elb.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ resource "aws_s3_bucket_policy" "allow_access_from_another_account" {
3131
POLICY
3232
}
3333

34-
resource "aws_s3_bucket_acl" "lb_access_logs_acl" {
35-
bucket = aws_s3_bucket.lb_access_logs.id
36-
acl = "private"
37-
}
34+
# resource "aws_s3_bucket_acl" "lb_access_logs_acl" {
35+
# bucket = aws_s3_bucket.lb_access_logs.id
36+
# acl = "private"
37+
# }
3838

3939
resource "aws_elb" "vm_ssl" {
4040
count = local.cert_available ? 1 : 0

0 commit comments

Comments
 (0)