terraform/website
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
..
docs website: example of csvdecode with for_each 2019-07-31 12:43:16 -07:00
guides Add to section 3 2019-05-01 15:16:25 -07:00
intro Merge pull request #19166 from manojlds/patch-1 2019-07-24 08:51:52 +01:00
layouts lang/funcs: add "abspath" function (#21409) 2019-07-02 08:30:30 -04:00
upgrade-guides Update to equality vs comparison 2019-07-30 10:51:14 -04:00
README.md website: A note about where the root parts of the website live now 2017-06-27 14:40:13 -07:00

README.md

Terraform Documentation

This directory contains the portions of the Terraform website that pertain to the core functionality, excluding providers and the overall configuration.

The files in this directory are intended to be used in conjunction with the terraform-website repository, which brings all of the different documentation sources together and contains the scripts for testing and building the site as a whole.