Skip to content

Commit

Permalink
Update module_s3_bucket_cloudfront_logging.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDevopsman authored Oct 15, 2024
1 parent 0f50850 commit bbd2502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_s3_bucket_cloudfront_logging.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "bucket_cloudwatch_logs_backup" {
tags = var.common_tags
acl = var.whitelabel_domain || var.acl_disabled ? null : "private"
object_ownership = "ObjectWriter"
control_object_ownership = var.whitelabel_domain || var.acl_disabled ? true : false
control_object_ownership = var.whitelabel_domain || var.owner_enabled ? true : false
attach_access_log_delivery_policy = var.whitelabel_domain ? true : false

# Bucket public access
Expand Down

0 comments on commit bbd2502

Please sign in to comment.