terraform/website
Martin Atkins 3da5fefdc1 command: Allow TF_DATA_DIR env var to override data directory
This allows the user to customize the location where Terraform stores
the files normally placed in the ".terraform" subdirectory, if e.g. the
current working directory is not writable.
2017-11-01 16:55:23 -07:00
..
docs command: Allow TF_DATA_DIR env var to override data directory 2017-11-01 16:55:23 -07:00
guides command: "terraform apply" uses interactive confirmation by default 2017-11-01 06:54:39 -07:00
intro website: Modules Getting Started guide to use Terraform Registry 2017-11-01 07:22:20 -07:00
layouts [WIP]: website: Add CloudScale Provider link (#16512) 2017-11-01 15:05:29 -05:00
upgrade-guides website: initial draft of 0.11 upgrade guide 2017-11-01 07:22:20 -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.