From 0f071695f8087577741beaf0254e835575f9dfc0 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Mon, 19 Aug 2019 16:12:30 -0400 Subject: [PATCH] `status` is not an attribute in the schema See https://github.com/terraform-providers/terraform-provider-aws/blob/00909998d919faf5494ab8f6b38241deb1957d99/aws/resource_aws_docdb_cluster.go#L33 --- website/docs/r/docdb_cluster.html.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/r/docdb_cluster.html.markdown b/website/docs/r/docdb_cluster.html.markdown index d4207a1f8a96..f12f9fe5a500 100644 --- a/website/docs/r/docdb_cluster.html.markdown +++ b/website/docs/r/docdb_cluster.html.markdown @@ -85,7 +85,6 @@ In addition to all arguments above, the following attributes are exported: * `id` - The DocDB Cluster Identifier * `maintenance_window` - The instance maintenance window * `reader_endpoint` - A read-only endpoint for the DocDB cluster, automatically load-balanced across replicas -* `status` - The DocDB instance status ## Timeouts