Clarifying the language around "root outputs"

This commit is contained in:
Paul Tyng 2018-08-09 13:20:45 -04:00 committed by GitHub
parent c0793c84fd
commit 22bdc44cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -112,8 +112,10 @@ data "terraform_remote_state" "network" {
}
```
The `terraform_remote_state` data source will return all of the root outputs
defined in the referenced remote state, an example output might look like:
The `terraform_remote_state` data source will return all of the root module
outputs defined in the referenced remote state (but not any outputs from
nested modules unless they are explicitly output again in the root). An
example output might look like:
```
data.terraform_remote_state.network: