website: Fix contradictory description of remote state `outputs` object

This commit is contained in:
Nick Fagerlund 2019-03-22 17:25:44 -07:00 committed by Nick Fagerlund
parent 499ccd42bf
commit b32cce9637
1 changed files with 2 additions and 2 deletions

View File

@ -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) `<OUTPUT NAME>` - Each root-level [output](/docs/configuration/outputs.html)
in the remote state appears as a top level attribute on the data source.