Clarifying the language around "root outputs"
This commit is contained in:
parent
c0793c84fd
commit
22bdc44cb1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue