Skip to content

Commit

Permalink
fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Sep 6, 2021
1 parent eaef858 commit 9b6fcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ resource "aws_s3_bucket" "s3_logging" {

server_side_encryption_configuration {
rule {
bucket_key_enabled = 1
bucket_key_enabled = true
apply_server_side_encryption_by_default {
sse_algorithm = var.sse_algorithm
}
Expand Down

0 comments on commit 9b6fcb1

Please sign in to comment.