mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Change docs links: /opentf-> /docs (#367)
Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
@@ -28,9 +28,9 @@ Indirectly-nested lists, such as those in maps, are _not_ flattened.
|
||||
## Flattening nested structures for `for_each`
|
||||
|
||||
The
|
||||
[resource `for_each`](/opentf/language/meta-arguments/for_each)
|
||||
[resource `for_each`](/docs/language/meta-arguments/for_each)
|
||||
and
|
||||
[`dynamic` block](/opentf/language/expressions/dynamic-blocks)
|
||||
[`dynamic` block](/docs/language/expressions/dynamic-blocks)
|
||||
language features both require a collection value that has one element for
|
||||
each repetition.
|
||||
|
||||
@@ -101,6 +101,6 @@ the associations between the subnets and their containing networks.
|
||||
|
||||
## Related Functions
|
||||
|
||||
* [`setproduct`](/opentf/language/functions/setproduct) finds all of the combinations of multiple
|
||||
* [`setproduct`](/docs/language/functions/setproduct) finds all of the combinations of multiple
|
||||
lists or sets of values, which can also be useful when preparing collections
|
||||
for use with `for_each` constructs.
|
||||
|
||||
Reference in New Issue
Block a user