terraform/website
Martin Atkins 23ef0e3247 website: more-elaborate "terraform init" docs
The "terraform init" command has a lot of different functionality now,
making it hard to follow all of the options in the previous presentation.
Instead, here we describe each of the steps and its associated options
separately, hopefully making it easier to understand what each option
relates to.

In addition, much of the detail around backend partial configuration is
factored out into the backend configuration page, where it seems more
"at home"; previously it felt hard to follow exactly how partial
configuration would be used, due to the information on it being split over
two different pages.
2017-07-25 08:25:49 -07:00
..
docs website: more-elaborate "terraform init" docs 2017-07-25 08:25:49 -07:00
guides website: guide to running Terraform in automation 2017-06-16 18:04:21 -07:00
intro Update link to the AWS example 2017-07-24 14:52:29 -05:00
layouts website: guide to running Terraform in automation 2017-06-16 18:04:21 -07: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.