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_enable_dynamodb_point_in_time_recovery"></a> [enable\_dynamodb\_point\_in\_time\_recovery](#input\_enable\_dynamodb\_point\_in\_time\_recovery)| Whether to enable point-in-time recovery - note that it can take up to 10 minutes to enable for new tables. |`bool`|`true`| no |
184
185
| <aname="input_enable_s3_public_access_block"></a> [enable\_s3\_public\_access\_block](#input\_enable\_s3\_public\_access\_block)| Bool for toggling whether the s3 public access block resource should be enabled. |`bool`|`true`| no |
185
186
| <aname="input_enable_versioning"></a> [enable\_versioning](#input\_enable\_versioning)| Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. |`bool`|`true`| no |
186
-
| <aname="input_expiration"></a> [expiration](#input\_expiration)| Specifies a period in the object's expire. |`list(any)`| <pre>[<br> {<br> "expired_object_delete_marker": true<br> }<br>]</pre> | no |
187
+
| <aname="input_expiration"></a> [expiration](#input\_expiration)| Specifies a period in the object's expire. |`list(any)`| <pre>[<br/> {<br/> "expired_object_delete_marker": true<br/> }<br/>]</pre> | no |
187
188
| <aname="input_inventory_bucket_format"></a> [inventory\_bucket\_format](#input\_inventory\_bucket\_format)| The format for the inventory file. Default is ORC. Options are ORC or CSV. |`string`|`"ORC"`| no |
188
189
| <aname="input_kms_master_key_id"></a> [kms\_master\_key\_id](#input\_kms\_master\_key\_id)| The AWS KMS master key ID used for the SSE-KMS encryption. |`string`|`""`| no |
189
190
| <aname="input_logging_bucket_name"></a> [logging\_bucket\_name](#input\_logging\_bucket\_name)| The S3 bucket to send S3 access logs. |`string`|`""`| no |
190
191
| <aname="input_logging_bucket_target_prefix"></a> [logging\_bucket\_target\_prefix](#input\_logging\_bucket\_target\_prefix)| To specify a key prefix for log objects. |`string`|`""`| no |
191
192
| <aname="input_mfa_delete"></a> [mfa\_delete](#input\_mfa\_delete)| mfa\_delete is disabled |`bool`|`false`| no |
192
193
| <aname="input_noncurrent_version_expiration"></a> [noncurrent\_version\_expiration](#input\_noncurrent\_version\_expiration)| Number of days until non-current version of object expires |`number`|`365`| no |
193
-
| <aname="input_noncurrent_version_transitions"></a> [noncurrent\_version\_transitions](#input\_noncurrent\_version\_transitions)| Non-current version transition blocks |`list(any)`| <pre>[<br> {<br> "days": 30,<br> "storage_class": "STANDARD_IA"<br> }<br>]</pre> | no |
194
+
| <aname="input_noncurrent_version_transitions"></a> [noncurrent\_version\_transitions](#input\_noncurrent\_version\_transitions)| Non-current version transition blocks |`list(any)`| <pre>[<br/> {<br/> "days": 30,<br/> "storage_class": "STANDARD_IA"<br/> }<br/>]</pre> | no |
194
195
| <aname="input_schedule_frequency"></a> [schedule\_frequency](#input\_schedule\_frequency)| The S3 bucket inventory frequency. Defaults to Weekly. Options are 'Weekly' or 'Daily'. |`string`|`"Weekly"`| no |
195
196
| <aname="input_sse_algorithm"></a> [sse\_algorithm](#input\_sse\_algorithm)| The server-side encryption algorithm to use. Valid values are AES256 and aws:kms|`string`|`"AES256"`| no |
196
-
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the bucket. |`map(string)`| <pre>{<br> "Module": "terraform-aws-arc-bootstrap",<br> "TerraformManaged": "true"<br>}</pre> | no |
197
+
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the bucket. |`map(string)`| <pre>{<br/> "Module": "terraform-aws-arc-bootstrap",<br/> "TerraformManaged": "true"<br/>}</pre> | no |
197
198
| <aname="input_transitions"></a> [transitions](#input\_transitions)| Current version transition blocks |`list(any)`|`[]`| no |
0 commit comments