terraform/website
Daniel Schroeder b29102dbc6 website: Add TF_IN_AUTOMATION to environment variables page (#19721)
* Adds TF_IN_AUTOMATION description

Blatantly copied from https://learn.hashicorp.com/terraform/development/running-terraform-in-automation since it is missing on the [env var page](https://www.terraform.io/docs/configuration/environment-variables.html).

* Update website/docs/commands/environment-variables.html.md

Co-Authored-By: udondan <udondan@users.noreply.github.com>
2019-03-21 12:08:56 -07:00
..
docs website: Add TF_IN_AUTOMATION to environment variables page (#19721) 2019-03-21 12:08:56 -07:00
guides website: Reorganize nav sidebars to improve jumps between sections 2019-01-31 16:18:23 -08:00
intro website: add missing article (#19368) 2019-03-20 16:20:32 -07:00
layouts lang/funcs: Port the "reverse" function from the old functions set 2019-03-19 17:32:19 -07:00
upgrade-guides website: Fix broken links to modules/usage and modules/create 2019-03-14 10:38:52 +00: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.