From a54d8a2d73a6379dfeaf237afcfdcf8256db1214 Mon Sep 17 00:00:00 2001 From: Benjamin Richter Date: Wed, 18 Jan 2017 11:36:20 +0100 Subject: [PATCH] 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). --- website/source/docs/configuration/interpolation.html.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 323544c9c..c3f98c6b1 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -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