-| <a name="input_versioning_mfa_deletion"></a> [versioning\_mfa\_deletion](#input\_versioning\_mfa\_deletion) | (Optional) A configuration for MFA (Multi-factors Authentication) of the bucket versioning on deletion. `versioning_mfa_deletion` block as defined below.<br> (Required) `enabled` - Whether MFA delete is enabled in the bucket versioning configuration. Default is `false`.<br> (Required) `device` - The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device. | <pre>object({<br> enabled = bool<br> device = string<br> })</pre> | <pre>{<br> "device": null,<br> "enabled": false<br>}</pre> | no |
0 commit comments