We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b68f8a commit a54d8a2Copy full SHA for a54d8a2
1 file changed
website/source/docs/configuration/interpolation.html.md
@@ -60,8 +60,6 @@ The syntax is `TYPE.NAME.ATTRIBUTE`. For example,
60
attribute set, you can access individual attributes with a zero-based
61
index, such as `${aws_instance.web.0.id}`. You can also use the splat
62
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).
65
66
#### Outputs from a module
67
0 commit comments