terraform/website
john-auld bfd9b552cc website: Correct fmt -check (#21631)
* Correct fmt -check

With `-check=false` the exit status is always zero.
With `-check=true` the exit status is zero when all files are properly formatted and non-zero otherwise.

* update fmt documentation to use short form for -diff and -check
2019-06-18 14:36:45 -07:00
..
docs website: Correct fmt -check (#21631) 2019-06-18 14:36:45 -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 missing link to OSS backend 2019-06-13 18:00:38 -04:00
upgrade-guides website/0.12 upgrade: Fix typo (#21426) 2019-05-24 10:06:01 -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.