From a15040079b3534c65b5b0878e4ab1fce616413c9 Mon Sep 17 00:00:00 2001 From: Steve Burns Date: Thu, 29 Aug 2019 17:10:43 -0600 Subject: [PATCH] remove status attribute from docdb_cluster_instance doc --- website/docs/r/docdb_cluster_instance.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/r/docdb_cluster_instance.html.markdown b/website/docs/r/docdb_cluster_instance.html.markdown index 3690250c6a6..5aa3f5574c0 100644 --- a/website/docs/r/docdb_cluster_instance.html.markdown +++ b/website/docs/r/docdb_cluster_instance.html.markdown @@ -75,7 +75,6 @@ In addition to all arguments above, the following attributes are exported: * `kms_key_id` - The ARN for the KMS encryption key if one is set to the cluster. * `port` - The database port * `preferred_backup_window` - The daily time range during which automated backups are created if automated backups are enabled. -* `status` - The DocDB instance status * `storage_encrypted` - Specifies whether the DB cluster is encrypted. * `writer` – Boolean indicating if this instance is writable. `False` indicates this instance is a read replica.