terraform/website
Martin Atkins f3a2165587 website: Use "Input Variable" as full term for var.foo
We've historically been somewhat inconsistent in how we refer to the
type of object defined by "variable" blocks in configuration. Parts of
our documentation refer to them as "input variables" or just "variables",
while our implementation refers to them as "user variables".

Since Terraform Registry is now also referring to these as "Inputs", here
we standardize on "Input Variable" as the fully-qualified name for this
concept, with "variable" being a shorthand for this where context is
obvious. Outside of this context, anything that can be referred to in
an interpolation expression is generically known as a "variable", with
Input Variables being just one kind, specified by the "var." prefix.

While this terminology shift is not critical yet, it will become more
important as we start to document the new version of the configuration
language so we can use the generic meaning of "variable" there.
2017-11-09 11:08:09 -08:00
..
docs website: Use "Input Variable" as full term for var.foo 2017-11-09 11:08:09 -08: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 Merge #16543: Bring the "terraform" provider back into core 2017-11-03 12:08:31 -07:00
upgrade-guides website: Fix broken link in 0.10 upgrade guide 2017-11-05 18:21:49 -08: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.