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_control_object_ownership"></a> [control\_object\_ownership](#input\_control\_object\_ownership)| Whether to manage S3 Bucket Ownership Controls on this bucket. |`bool`|`false`| no |
244
245
| <aname="input_cors_rule"></a> [cors\_rule](#input\_cors\_rule)| List of maps containing rules for Cross-Origin Resource Sharing. |`any`|`[]`| no |
245
246
| <aname="input_create_bucket"></a> [create\_bucket](#input\_create\_bucket)| Controls if S3 bucket should be created |`bool`|`true`| no |
247
+
| <aname="input_create_metadata_configuration"></a> [create\_metadata\_configuration](#input\_create\_metadata\_configuration)| Whether to create metadata configuration resource |`bool`|`false`| no |
246
248
| <aname="input_data_redundancy"></a> [data\_redundancy](#input\_data\_redundancy)| Data redundancy. Valid values: `SingleAvailabilityZone`|`string`|`null`| no |
247
249
| <aname="input_expected_bucket_owner"></a> [expected\_bucket\_owner](#input\_expected\_bucket\_owner)| The account ID of the expected bucket owner |`string`|`null`| no |
248
250
| <aname="input_force_destroy"></a> [force\_destroy](#input\_force\_destroy)| (Optional, Default:false ) A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable. |`bool`|`false`| no |
@@ -258,6 +260,10 @@ No modules.
258
260
| <aname="input_lifecycle_rule"></a> [lifecycle\_rule](#input\_lifecycle\_rule)| List of maps containing configuration of object lifecycle management. |`any`|`[]`| no |
259
261
| <aname="input_location_type"></a> [location\_type](#input\_location\_type)| Location type. Valid values: `AvailabilityZone` or `LocalZone`|`string`|`null`| no |
| <aname="input_metadata_encryption_configuration"></a> [metadata\_encryption\_configuration](#input\_metadata\_encryption\_configuration)| Encryption configuration block |`any`|`null`| no |
264
+
| <aname="input_metadata_inventory_table_configuration_state"></a> [metadata\_inventory\_table\_configuration\_state](#input\_metadata\_inventory\_table\_configuration\_state)| Configuration state of the inventory table, indicating whether the inventory table is enabled or disabled. Valid values: ENABLED, DISABLED |`string`|`null`| no |
265
+
| <aname="input_metadata_journal_table_record_expiration"></a> [metadata\_journal\_table\_record\_expiration](#input\_metadata\_journal\_table\_record\_expiration)| Whether journal table record expiration is enabled or disabled. Valid values: ENABLED, DISABLED |`string`|`null`| no |
266
+
| <aname="input_metadata_journal_table_record_expiration_days"></a> [metadata\_journal\_table\_record\_expiration\_days](#input\_metadata\_journal\_table\_record\_expiration\_days)| Number of days to retain journal table records |`number`|`null`| no |
| <aname="input_object_lock_enabled"></a> [object\_lock\_enabled](#input\_object\_lock\_enabled)| Whether S3 bucket should have an Object Lock configuration enabled. |`bool`|`false`| no |
0 commit comments