File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
operations/deployment/terraform Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022 Bitovi
3
+ Copyright (c) 2023 Bitovi
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ resource "aws_s3_bucket_policy" "allow_access_from_another_account" {
31
31
POLICY
32
32
}
33
33
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
+ # }
38
38
39
39
resource "aws_elb" "vm_ssl" {
40
40
count = local. cert_available ? 1 : 0
You can’t perform that action at this time.
0 commit comments