terraform/website
Martin Atkins c6e32f148d website: v0.12 upgrade guide revisions preparing for final release
Our original upgrade guide was drafted while some things were still in
flux and not all of our upgrade tooling was in place yet.

This redraft now attempts to be more specific and direct, showing exact
commands to run and (where relevant) exact error messages that Terraform
might return.

I also took this opportunity for some general copy-editing, though we'll
probably want to do one more pass of that alone (without changing any
content at the same time) before final release.

This new content presumes the existence of a Terraform v0.11.14 release,
which isn't published yet at the time of writing but should be published
before v0.12.0 final, once we've done final verification and review of
the upgrade path including it.
2019-05-09 12:20:24 -07:00
..
docs website: Fix typo in the configuration language introduction page 2019-05-08 16:31:37 -07:00
guides Add to section 3 2019-05-01 15:16:25 -07:00
intro website: adding examples of complex variables on the command line (#20871) 2019-04-01 07:51:17 -04:00
layouts lang/funcs: remove sethaselement function and documentation (#21164) 2019-05-02 10:47:19 -04:00
upgrade-guides website: v0.12 upgrade guide revisions preparing for final release 2019-05-09 12:20:24 -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.