Skip to content

Commit 77f8a57

Browse files
committed
chore: update README.md
1 parent bf9b357 commit 77f8a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module "documentdb_cluster" {
199199
| <a name="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name) | Cluster Identifier |
200200
| <a name="output_endpoint"></a> [endpoint](#output\_endpoint) | Endpoint of the DocumentDB cluster |
201201
| <a name="output_master_host"></a> [master\_host](#output\_master\_host) | DB master hostname |
202-
| <a name="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+
| <a name="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 and the password is managed by AWS in Secrets Manager. |
203203
| <a name="output_master_username"></a> [master\_username](#output\_master\_username) | Username for the master DB user |
204204
| <a name="output_reader_endpoint"></a> [reader\_endpoint](#output\_reader\_endpoint) | A read-only endpoint of the DocumentDB cluster, automatically load-balanced across replicas |
205205
| <a name="output_replicas_host"></a> [replicas\_host](#output\_replicas\_host) | DB replicas hostname |

0 commit comments

Comments
 (0)