Merge pull request #18647 from hashicorp/paultyng-patch-1

Clarifying the language around "root outputs"
This commit is contained in:
Paul Tyng 2018-08-17 09:27:05 -04:00 committed by GitHub
commit d0fec98833
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 The `terraform_remote_state` data source will return all of the root module
defined in the referenced remote state, an example output might look like: 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: data.terraform_remote_state.network: