Correct a typo in the description of the master_password argument. (#9004)
This commit is contained in:
parent
5a17f4a448
commit
50eb2338f0
|
@ -33,7 +33,7 @@ string.
|
|||
* `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`.
|
||||
* `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
|
||||
contain at least one uppercase letter, one lowercase letter, and one number.
|
||||
* `master_username` - (Required) Username for the master DB user
|
||||
|
|
Loading…
Reference in New Issue