Change docs links: /opentf-> /docs (#367)

Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com>
This commit is contained in:
Roman Grinovski
2023-09-15 14:10:27 +02:00
committed by GitHub
parent bb1783c63b
commit a4f9c63288
235 changed files with 974 additions and 974 deletions

View File

@@ -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.