diff --git a/README.md b/README.md
index d94ac52..ca9ea91 100644
--- a/README.md
+++ b/README.md
@@ -94,26 +94,26 @@ No modules.
## Inputs
-| Name | Description | Type | Default | Required |
-|---------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|---------|:--------:|
-| [cross\_account\_ids](#input\_cross\_account\_ids) | A list of strings containing the account IDs of AWS accounts that should have cross-account access to this secret | `list(string)` | `null` | no |
-| [empty\_value](#input\_empty\_value) | Whether the secret should be generated without a value | `bool` | `false` | no |
-| [global\_tags](#input\_global\_tags) | a map of strings that contains global level tags | `map(string)` | `{}` | no |
-| [kms\_key\_id](#input\_kms\_key\_id) | Specifies the ARN or alias of the AWS KMS customer master key (CMK) to be used to encrypt the secret values in the versions stored in this secret. | `string` | n/a | yes |
-| [length](#input\_length) | The length of the password to be generated | `number` | `15` | no |
-| [min\_lower](#input\_min\_lower) | Minimum number of lower case characters | `number` | `1` | no |
-| [min\_numeric](#input\_min\_numeric) | Minimum number of numeric characters | `number` | `1` | no |
-| [min\_special](#input\_min\_special) | Minimum number of special characters | `number` | `1` | no |
-| [min\_upper](#input\_min\_upper) | Minimum number of upper case characters | `number` | `1` | no |
-| [override\_special](#input\_override\_special) | Provide your own list of special characters | `string` | `"_%@!"` | no |
-| [partition](#input\_partition) | The AWS partition to use | `string` | n/a | yes |
-| [path](#input\_path) | Path to organize secrets | `string` | n/a | yes |
-| [recovery\_window\_in\_days](#input\_recovery\_window\_in\_days) | Number of days that AWS Secrets Manager waits before it can delete the secret. | `number` | `30` | no |
-| [regional\_tags](#input\_regional\_tags) | a map of strings that contains regional level tags | `map(string)` | `{}` | no |
-| [secrets](#input\_secrets) | Specifies the friendly name of the new secrets to be created, optionally a description field may be included | `list(map(string))` | n/a | yes |
-| [shared](#input\_shared) | Whether secrets should be shared across accounts. | `bool` | `false` | no |
-| [special](#input\_special) | Include special characters in random password string | `bool` | `true` | no |
-| [tags](#input\_tags) | A mapping of tags to assign to the resource | `map(string)` | `{}` | no |
+| Name | Description | Type | Default | Required |
+|------|-------------|------|---------|:--------:|
+| [cross\_account\_ids](#input\_cross\_account\_ids) | A list of strings containing the account IDs of AWS accounts that should have cross-account access to this secret | `list(string)` | `null` | no |
+| [empty\_value](#input\_empty\_value) | Whether the secret should be generated without a value | `bool` | `false` | no |
+| [global\_tags](#input\_global\_tags) | a map of strings that contains global level tags | `map(string)` | `{}` | no |
+| [kms\_key\_id](#input\_kms\_key\_id) | Specifies the ARN or alias of the AWS KMS customer master key (CMK) to be used to encrypt the secret values in the versions stored in this secret. | `string` | n/a | yes |
+| [length](#input\_length) | The length of the password to be generated | `number` | `15` | no |
+| [min\_lower](#input\_min\_lower) | Minimum number of lower case characters | `number` | `1` | no |
+| [min\_numeric](#input\_min\_numeric) | Minimum number of numeric characters | `number` | `1` | no |
+| [min\_special](#input\_min\_special) | Minimum number of special characters | `number` | `1` | no |
+| [min\_upper](#input\_min\_upper) | Minimum number of upper case characters | `number` | `1` | no |
+| [override\_special](#input\_override\_special) | Provide your own list of special characters | `string` | `"_%@!"` | no |
+| [partition](#input\_partition) | The AWS partition to use | `string` | n/a | yes |
+| [path](#input\_path) | Path to organize secrets | `string` | n/a | yes |
+| [recovery\_window\_in\_days](#input\_recovery\_window\_in\_days) | Number of days that AWS Secrets Manager waits before it can delete the secret. | `number` | `30` | no |
+| [regional\_tags](#input\_regional\_tags) | a map of strings that contains regional level tags | `map(string)` | `{}` | no |
+| [secrets](#input\_secrets) | Specifies the friendly name of the new secrets to be created as key and an optional value field for descriptions | `list(map(string))` | n/a | yes |
+| [shared](#input\_shared) | Whether secrets should be shared across accounts. | `bool` | `false` | no |
+| [special](#input\_special) | Include special characters in random password string | `bool` | `true` | no |
+| [tags](#input\_tags) | A mapping of tags to assign to the resource | `map(string)` | `{}` | no |
## Outputs