You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://twitter.com/intent/follow?screen_name=RhythmicTech"><imgsrc="https://img.shields.io/twitter/follow/RhythmicTech?style=social&logo=twitter"alt="follow on Twitter"></a>
| <aname="input_bucket_suffix"></a> [bucket\_suffix](#input\_bucket\_suffix)| Suffix to apply to the bucket (use `bucket_name` or `bucket_suffix`). When using `bucket_suffix`, the bucket name will be `[account_id]-[region]-s3logging-[bucket_suffix].`|`string`|`"default"`| no |
57
84
| <aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| KMS key to encrypt bucket with. |`string`|`null`| no |
| <aname="input_object_ownership"></a> [object\_ownership](#input\_object\_ownership)| Specifies S3 object ownership control. Defaults to BucketOwnerPreferred for backwards-compatibility. Recommended value is BucketOwnerEnforced. |`string`|`"BucketOwnerEnforced"`| no |
59
87
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to supported resources |`map(string)`|`{}`| no |
60
88
| <aname="input_versioning_enabled"></a> [versioning\_enabled](#input\_versioning\_enabled)| Whether or not to use versioning on the bucket. This can be useful for audit purposes since objects in a logging bucket should not be updated. |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: variables.tf
+1-1
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ variable "lifecycle_rules" {
52
52
}
53
53
54
54
variable"object_ownership" {
55
-
default="BucketOwnerPreferred"
55
+
default="BucketOwnerEnforced"
56
56
description="Specifies S3 object ownership control. Defaults to BucketOwnerPreferred for backwards-compatibility. Recommended value is BucketOwnerEnforced."
0 commit comments