Fixed export to be master_username from username

rds cluster exports the variable for "username" as master_username, not username.
This commit is contained in:
Jason 2017-05-18 10:17:48 -05:00 committed by GitHub
parent 0b2d02fc41
commit eac7ade310
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ load-balanced across replicas
* `database_name` - The database name
* `port` - The database port
* `status` - The RDS instance status
* `username` - The master username for the database
* `master_username` - The master username for the database
* `storage_encrypted` - Specifies whether the DB cluster is encrypted
* `preferred_backup_window` - The daily time range during which the backups happen
* `replication_source_identifier` - ARN of the source DB cluster if this DB cluster is created as a Read Replica.