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:
parent
2b68f8aa7f
commit
a54d8a2d73
|
@ -60,8 +60,6 @@ The syntax is `TYPE.NAME.ATTRIBUTE`. For example,
|
||||||
attribute set, you can access individual attributes with a zero-based
|
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
|
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}`.
|
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
|
#### Outputs from a module
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue