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 11MIT License
22
3- Copyright (c) 2022 Bitovi
3+ Copyright (c) 2023 Bitovi
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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" {
3131POLICY
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
3939resource "aws_elb" "vm_ssl" {
4040 count = local. cert_available ? 1 : 0
You can’t perform that action at this time.
0 commit comments