Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Mar 21, 2024
1 parent 1a6d02b commit ec4c391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-s3-private-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ resource "aws_kms_key" "bucket_kms_key" {
}
}

resource "aws_s3_bucket_server_side_encryption_configuration" "enc" {
resource "aws_s3_bucket_server_side_encryption_configuration" "bucket_sse_encryption" {
count = var.kms_encryption != null ? 0 : 1

bucket = aws_s3_bucket.bucket.id
Expand Down

0 comments on commit ec4c391

Please sign in to comment.