Correct a typo in the description of the master_password argument. (#9004)

This commit is contained in:
Jarrod Jackson 2016-09-22 14:58:02 -06:00 committed by Clint
parent 5a17f4a448
commit 50eb2338f0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ string.
* `database_name` - (Optional) The name of the first database to be created when the cluster is created. * `database_name` - (Optional) The name of the first database to be created when the cluster is created.
If you do not provide a name, Amazon Redshift will create a default database called `dev`. If you do not provide a name, Amazon Redshift will create a default database called `dev`.
* `node_type` - (Required) The node type to be provisioned for the cluster. * `node_type` - (Required) The node type to be provisioned for the cluster.
* `master_password` - (Optinal) Password for the master DB user. Note that this may * `master_password` - (Optional) Password for the master DB user. Note that this may
show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and
contain at least one uppercase letter, one lowercase letter, and one number. contain at least one uppercase letter, one lowercase letter, and one number.
* `master_username` - (Required) Username for the master DB user * `master_username` - (Required) Username for the master DB user