Remove obsolete reference from interpolation.html.md

The reference to the resources page is obsolete, the splat syntax is not described there (nor anywhere else, as far as I can see).
This commit is contained in:
Benjamin Richter 2017-01-18 11:36:20 +01:00 committed by GitHub
parent 2b68f8aa7f
commit a54d8a2d73
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ The syntax is `TYPE.NAME.ATTRIBUTE`. For example,
attribute set, you can access individual attributes with a zero-based
index, such as `${aws_instance.web.0.id}`. You can also use the splat
syntax to get a list of all the attributes: `${aws_instance.web.*.id}`.
This is documented in more detail in the [resource configuration
page](/docs/configuration/resources.html).
#### Outputs from a module