terraform/website
Nick Fagerlund 979a2fa6d1 website: Align `count` and `for_each` sections
- Make these descriptions more similar, since they do basically the same thing.
- Add some subheaders to break up the wall of text and make it more skimmable.
- Nudge people more firmly toward `for_each` if they need to actually
  incorporate data from a variable into their instances.
- Add version note so you know whether you can use this yet.
2019-08-08 14:13:10 -07:00
..
docs website: Align `count` and `for_each` sections 2019-08-08 14:13:10 -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: "regex" and "regexall" functions 2019-08-06 11:52:14 -07: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.