From eac7ade3108f50f83af9d2227a137f00d76b8d11 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 18 May 2017 10:17:48 -0500 Subject: [PATCH] Fixed export to be master_username from username rds cluster exports the variable for "username" as master_username, not username. --- website/source/docs/providers/aws/r/rds_cluster.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/rds_cluster.html.markdown b/website/source/docs/providers/aws/r/rds_cluster.html.markdown index 123e1fb02..a3f1f599f 100644 --- a/website/source/docs/providers/aws/r/rds_cluster.html.markdown +++ b/website/source/docs/providers/aws/r/rds_cluster.html.markdown @@ -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.