Skip to content

Commit a54d8a2

Browse files
authored
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).
1 parent 2b68f8a commit a54d8a2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

website/source/docs/configuration/interpolation.html.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ The syntax is `TYPE.NAME.ATTRIBUTE`. For example,
6060
attribute set, you can access individual attributes with a zero-based
6161
index, such as `${aws_instance.web.0.id}`. You can also use the splat
6262
syntax to get a list of all the attributes: `${aws_instance.web.*.id}`.
63-
This is documented in more detail in the [resource configuration
64-
page](/docs/configuration/resources.html).
6563

6664
#### Outputs from a module
6765

0 commit comments

Comments
 (0)