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_secret_auto_rotation_unit"></a> [secret\_auto\_rotation\_unit](#input\_secret\_auto\_rotation\_unit)| Specifies the unit of time for rotation of a username\_password secret. Acceptable values are `day` or `month`. |`string`|`"day"`| no |
188
212
| <aname="input_secret_description"></a> [secret\_description](#input\_secret\_description)| Description of the secret to create. |`string`| n/a | yes |
189
213
| <aname="input_secret_group_id"></a> [secret\_group\_id](#input\_secret\_group\_id)| The ID of the secret group for the secret. If `null`, the `default` secret group is used. |`string`|`"default"`| no |
214
+
| <aname="input_secret_kv_data"></a> [secret\_kv\_data](#input\_secret\_kv\_data)| key-value secret data |`map(string)`|`null`| no |
190
215
| <aname="input_secret_labels"></a> [secret\_labels](#input\_secret\_labels)| Labels of the secret to create. Up to 30 labels can be created. Labels can be 2 - 30 characters, including spaces. Special characters that are not permitted include the angled brackets (<>), comma (,), colon (:), ampersand (&), and vertical pipe character (\|). |`list(string)`|`[]`| no |
191
216
| <aname="input_secret_name"></a> [secret\_name](#input\_secret\_name)| Name of the secret to create. |`string`| n/a | yes |
192
217
| <aname="input_secret_payload_password"></a> [secret\_payload\_password](#input\_secret\_payload\_password)| The payload (for arbitrary secrets) or password (for username and password credentials) of the secret. |`string`|`""`| no |
0 commit comments