terraform/website
Martin Atkins 93651450b1 website: don't talk about graphs in the Getting Started guide
Previously we just assumed the reader was familiar with the idea of a
graph but didn't explain it.

Since graphs are an implementation detail of Terraform, rather than
essential information needed for new users, this revises the introduction
text to talk only about _dependencies_, which we assume the user is
familiar with as a more practical concept.

Additionally, Paul Hinze did a great talk on how Terraform uses graphs
at HashiConf 2016 which is good additional content for our existing
"Graph Internals" page, which includes a concise explanation of the
basics of graph theory.
2017-09-11 11:09:11 -07:00
..
docs website: don't talk about graphs in the Getting Started guide 2017-09-11 11:09:11 -07:00
guides website: address changes from @catsby 2017-08-30 10:47:33 -07:00
intro website: don't talk about graphs in the Getting Started guide 2017-09-11 11:09:11 -07:00
layouts Updating the AzureRM Backend Documentation (#15990) 2017-09-04 07:56:16 +01:00
upgrade-guides website: update upgrade-guide for plugin filename convention 2017-07-05 17:36:32 -07: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.