Merge pull request #8305 from hashicorp/b-remote-state-docs

docs: Remove output from `terraform_remote_state`
This commit is contained in:
James Nugent 2016-08-19 00:58:16 +01:00 committed by GitHub
commit 460aa76e00
1 changed files with 3 additions and 1 deletions

View File

@ -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.