terraform/website/docs
Martin Atkins 5cb80c43c1 website: example of csvdecode with for_each
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.
2019-07-31 12:43:16 -07:00
..
backends backend/oss: Support for assume role config 2019-07-30 23:27:17 +08:00
commands Merge pull request #18820 from Sagar2366/patch-6 2019-07-18 15:26:05 +01:00
configuration website: example of csvdecode with for_each 2019-07-31 12:43:16 -07:00
configuration-0-11 Remove links to legacy Terraform Enterprise docs 2019-06-07 13:47:12 -04:00
import website: "map" a real resource to configuration, not "attach" (#17912) 2019-03-22 16:10:44 -07:00
internals website: Indicate v0.12-only content 2019-03-18 12:42:21 -07:00
modules Fixing typo 2019-07-17 09:11:49 +02:00
plugins website: Finish moving "writing custom providers" to /docs/extend/ 2019-01-11 16:36:40 -08:00
providers backend/oss: Support for assume role config 2019-07-30 23:27:17 +08:00
provisioners website: Puppet provisioner docs links fixed (#21843) 2019-06-21 14:11:13 -04:00
registry website: Fix broken links to modules/usage and modules/create 2019-03-14 10:38:52 +00:00
state website: Fix several spelling errors 2019-03-21 18:12:11 -07:00
cli-index.html.md website: Write new content for CLI docs front page 2019-03-15 13:00:58 +00:00