From 76910c15d6528c49fcae527bc6ccd7f1235ec37e Mon Sep 17 00:00:00 2001 From: James Nugent Date: Fri, 19 Aug 2016 00:50:43 +0100 Subject: [PATCH] docs: Remove output from `terraform_remote_state` Fixes #8296. --- .../source/docs/providers/terraform/d/remote_state.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/terraform/d/remote_state.html.md b/website/source/docs/providers/terraform/d/remote_state.html.md index 5adc371705..68386e8b86 100644 --- a/website/source/docs/providers/terraform/d/remote_state.html.md +++ b/website/source/docs/providers/terraform/d/remote_state.html.md @@ -40,4 +40,6 @@ The following attributes are exported: * `backend` - See Argument Reference above. * `config` - See Argument Reference above. -* `output` - The values of the configured `outputs` for the root module referenced by the remote state. + +In addition, each output in the remote state appears as a top level attribute +on the `terraform_remote_state` resource.