Skip to content

Commit ddfdacb

Browse files
fredlegerCopilot
andcommitted
Update aws/s3-bucket/bucket.tf
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cf0607e commit ddfdacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/s3-bucket/bucket.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "encryption" {
4141
}
4242

4343
resource "aws_s3_bucket_versioning" "versioning" {
44-
count = var.versioning_enabled == true ? 1 : 0
44+
count = var.versioning_enabled ? 1 : 0
4545
bucket = aws_s3_bucket.bucket.id
4646
versioning_configuration {
4747
status = "Enabled"

0 commit comments

Comments
 (0)