website: fix broken anchor link (to #for-expressions)
This commit is contained in:
parent
3977598edb
commit
50f76dd566
|
@ -271,7 +271,7 @@ for use in references, as follows:
|
||||||
as `aws_instance.example.device["foo"].size`.
|
as `aws_instance.example.device["foo"].size`.
|
||||||
|
|
||||||
To obtain a map of values of a particular argument for _labelled_ nested
|
To obtain a map of values of a particular argument for _labelled_ nested
|
||||||
block types, use a [`for` expression](for-expressions):
|
block types, use a [`for` expression](#for-expressions):
|
||||||
`[for k, device in aws_instance.example.device : k => device.size]`.
|
`[for k, device in aws_instance.example.device : k => device.size]`.
|
||||||
|
|
||||||
When a particular resource has the special
|
When a particular resource has the special
|
||||||
|
|
Loading…
Reference in New Issue