mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-04 13:17:43 -06:00
5cb80c43c1
We added the csvdecode function originally with the intent of it being used with for_each, but because csvdecode was released first we had a section in its documentation warning about the downsides of using it with "count", since that seemed like something people would be likely to try. With resource "for_each" now merged, we can replace that scary section with a more positive example of using these two features together. We still include a paragraph noting that "count" _could_ be used here, but with a caution against doing so. This is in the hope of helping users understand the difference between these two patterns and why for_each is the superior choice for most situations. |
||
---|---|---|
.. | ||
functions | ||
attr-as-blocks.html.md | ||
data-sources.html.md | ||
expressions.html.md | ||
functions.html.md | ||
index.html.md | ||
locals.html.md | ||
modules.html.md | ||
outputs.html.md | ||
override.html.md | ||
providers.html.md | ||
resources.html.md | ||
style.html.md | ||
syntax-json.html.md | ||
syntax.html.md | ||
terraform-enterprise.html.md | ||
terraform.html.md | ||
types.html.md | ||
variables.html.md |