From b32cce963743392fafab66ed3e29301878d00d7d Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 22 Mar 2019 17:25:44 -0700 Subject: [PATCH] website: Fix contradictory description of remote state `outputs` object --- website/docs/providers/terraform/d/remote_state.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/providers/terraform/d/remote_state.html.md b/website/docs/providers/terraform/d/remote_state.html.md index d0e2f7b0d..beb02de6b 100644 --- a/website/docs/providers/terraform/d/remote_state.html.md +++ b/website/docs/providers/terraform/d/remote_state.html.md @@ -61,8 +61,8 @@ The following arguments are supported: In addition to the above, the following attributes are exported: -* (v0.12+) `outputs` - Each root-level [output](/docs/configuration/outputs.html) - in the remote state appears as a top level attribute on the data source. +* (v0.12+) `outputs` - An object containing every root-level + [output](/docs/configuration/outputs.html) in the remote state. * (<= v0.11) `` - Each root-level [output](/docs/configuration/outputs.html) in the remote state appears as a top level attribute on the data source.