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
| <aname="input_bucket_name"></a> [bucket\_name](#input\_bucket\_name)| Name to apply to bucket (use `bucket_name` or `bucket_suffix`) |`string`|`null`| no |
83
83
| <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 |
84
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_lifecycle_transition_default_minimum_object_size"></a> [lifecycle\_transition\_default\_minimum\_object\_size](#input\_lifecycle\_transition\_default\_minimum\_object\_size)| The default minimum object size behavior applied to the lifecycle configuration |`string`|`"varies_by_storage_class"`| no |
86
87
| <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 |
87
88
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to add to supported resources |`map(string)`|`{}`| no |
88
89
| <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 |
description="The default minimum object size behavior applied to the lifecycle configuration"
57
+
type=string
58
+
}
59
+
54
60
variable"object_ownership" {
55
61
default="BucketOwnerEnforced"
56
62
description="Specifies S3 object ownership control. Defaults to BucketOwnerPreferred for backwards-compatibility. Recommended value is BucketOwnerEnforced."
0 commit comments