Merge pull request #11259 from telepath/patch-2
Remove obsolete reference from interpolation.html.md
This commit is contained in:
commit
07feb057b4
|
@ -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