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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,13 +166,13 @@ No modules.
166
166
| <aname="input_name"></a> [name](#input\_name)| Friendly name of the new secret. The secret name can consist of uppercase letters, lowercase letters, digits, and any of the following characters: `/_+=.@-`|`string`|`null`| no |
167
167
| <aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| Creates a unique name beginning with the specified prefix |`string`|`null`| no |
168
168
| <aname="input_override_policy_documents"></a> [override\_policy\_documents](#input\_override\_policy\_documents)| List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank `sid`s will override statements with the same `sid`|`list(string)`|`[]`| no |
169
-
| <aname="input_policy_statements"></a> [policy\_statements](#input\_policy\_statements)| A map of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) for custom permission usage |`any`|`{}`| no |
169
+
| <aname="input_policy_statements"></a> [policy\_statements](#input\_policy\_statements)| A map of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) for custom permission usage |`map(any)`|`{}`| no |
170
170
| <aname="input_random_password_length"></a> [random\_password\_length](#input\_random\_password\_length)| The length of the generated random password |`number`|`32`| no |
171
171
| <aname="input_random_password_override_special"></a> [random\_password\_override\_special](#input\_random\_password\_override\_special)| Supply your own list of special characters to use for string generation. This overrides the default character list in the special argument |`string`|`"!@#$%&*()-_=+[]{}<>:?"`| no |
172
172
| <aname="input_recovery_window_in_days"></a> [recovery\_window\_in\_days](#input\_recovery\_window\_in\_days)| Number of days that AWS Secrets Manager waits before it can delete the secret. This value can be `0` to force deletion without recovery or range from `7` to `30` days. The default value is `30`|`number`|`null`| no |
173
-
| <aname="input_replica"></a> [replica](#input\_replica)| Configuration block to support secret replication |`any`|`{}`| no |
173
+
| <aname="input_replica"></a> [replica](#input\_replica)| Configuration block to support secret replication |`map(any)`|`{}`| no |
174
174
| <aname="input_rotation_lambda_arn"></a> [rotation\_lambda\_arn](#input\_rotation\_lambda\_arn)| Specifies the ARN of the Lambda function that can rotate the secret |`string`|`""`| no |
175
-
| <aname="input_rotation_rules"></a> [rotation\_rules](#input\_rotation\_rules)| A structure that defines the rotation configuration for this secret |`any`|`{}`| no |
175
+
| <aname="input_rotation_rules"></a> [rotation\_rules](#input\_rotation\_rules)| A structure that defines the rotation configuration for this secret |`map(any)`|`{}`| no |
176
176
| <aname="input_secret_binary"></a> [secret\_binary](#input\_secret\_binary)| Specifies binary data that you want to encrypt and store in this version of the secret. This is required if `secret_string` is not set. Needs to be encoded to base64 |`string`|`null`| no |
177
177
| <aname="input_secret_string"></a> [secret\_string](#input\_secret\_string)| Specifies text data that you want to encrypt and store in this version of the secret. This is required if `secret_binary` is not set |`string`|`null`| no |
178
178
| <aname="input_source_policy_documents"></a> [source\_policy\_documents](#input\_source\_policy\_documents)| List of IAM policy documents that are merged together into the exported document. Statements must have unique `sid`s |`list(string)`|`[]`| no |
description="A map of IAM policy [statements](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#statement) for custom permission usage"
0 commit comments