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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ module "documentdb_cluster" {
167
167
| <aname="input_label_order"></a> [label\_order](#input\_label\_order)| The order in which the labels (ID elements) appear in the `id`.<br/>Defaults to ["namespace", "environment", "stage", "name", "attributes"].<br/>You can omit any of the 6 labels ("tenant" is the 6th), but at least one must be present. |`list(string)`|`null`| no |
168
168
| <aname="input_label_value_case"></a> [label\_value\_case](#input\_label\_value\_case)| Controls the letter case of ID elements (labels) as included in `id`,<br/>set as tag values, and output by this module individually.<br/>Does not affect values of tags passed in via the `tags` input.<br/>Possible values: `lower`, `title`, `upper` and `none` (no transformation).<br/>Set this to `title` and set `delimiter` to `""` to yield Pascal Case IDs.<br/>Default value: `lower`. |`string`|`null`| no |
169
169
| <aname="input_labels_as_tags"></a> [labels\_as\_tags](#input\_labels\_as\_tags)| Set of labels (ID elements) to include as tags in the `tags` output.<br/>Default is to include all labels.<br/>Tags with empty values will not be included in the `tags` output.<br/>Set to `[]` to suppress all generated tags.<br/>**Notes:**<br/> The value of the `name` tag, if included, will be the `id`, not the `name`.<br/> Unlike other `null-label` inputs, the initial setting of `labels_as_tags` cannot be<br/> changed in later chained modules. Attempts to change it will be silently ignored. |`set(string)`| <pre>[<br/> "default"<br/>]</pre> | no |
170
+
| <aname="input_manage_master_user_password"></a> [manage\_master\_user\_password](#input\_manage\_master\_user\_password)| Whether to manage the master user password using AWS Secrets Manager. |`bool`|`null`| no |
170
171
| <aname="input_master_password"></a> [master\_password](#input\_master\_password)| (Required unless a snapshot\_identifier is provided) Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file. Please refer to the DocumentDB Naming Constraints |`string`|`null`| no |
171
172
| <aname="input_master_username"></a> [master\_username](#input\_master\_username)| (Required unless a snapshot\_identifier is provided) Username for the master DB user |`string`|`"admin1"`| no |
172
173
| <aname="input_name"></a> [name](#input\_name)| ID element. Usually the component or solution name, e.g. 'app' or 'jenkins'.<br/>This is the only ID element not also included as a `tag`.<br/>The "name" tag is set to the full `id` string. There is no tag with the value of the `name` input. |`string`|`null`| no |
| <aname="output_endpoint"></a> [endpoint](#output\_endpoint)| Endpoint of the DocumentDB cluster |
200
201
| <aname="output_master_host"></a> [master\_host](#output\_master\_host)| DB master hostname |
201
-
| <aname="output_master_password"></a> [master\_password](#output\_master\_password)| Password for the master DB user |
202
+
| <aname="output_master_password"></a> [master\_password](#output\_master\_password)| Password for the master DB user. If `manage_master_user_password` is set to true, this will be set to null.|
202
203
| <aname="output_master_username"></a> [master\_username](#output\_master\_username)| Username for the master DB user |
203
204
| <aname="output_reader_endpoint"></a> [reader\_endpoint](#output\_reader\_endpoint)| A read-only endpoint of the DocumentDB cluster, automatically load-balanced across replicas |
204
205
| <aname="output_replicas_host"></a> [replicas\_host](#output\_replicas\_host)| DB replicas hostname |
0 commit comments