Skip to content

Commit

Permalink
Disable unused local
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ehrenreich committed Aug 14, 2020
1 parent aacda76 commit 3a34dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s3.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
useAccessLogging = length(var.access_logging_bucket) > 0 ? [1] : []
}
# locals {
# useAccessLogging = length(var.access_logging_bucket) > 0 ? [1] : []
# }

resource "aws_s3_bucket" "bucket" {
bucket = var.s3_bucket_name
Expand Down

0 comments on commit 3a34dcf

Please sign in to comment.