terraform/website/source/docs/configuration
Mitchell Hashimoto bac66430cb
terraform: consistent variable values for booleans
Fixes #6447

This ensures that all variables of type string are consistently
converted to a string value upon running Terraform.

The place this is done is in the `Variables()` call within the
`terraform` package. This is the function responsible for loading and
merging the variables from the various sources and seems ideal for
proper conversion to consistent values for various types. We actually
already had tests to this effect.

This also adds docs that talk about the fake-ish boolean variables
Terraform currently has and about how in future versions we'll likely
support them properly, which can cause BC issues so beware.
2016-10-31 11:22:26 -07:00
..
atlas.html.md
data-sources.html.md fix broken link 2016-10-20 10:09:15 -05:00
environment-variables.html.md website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
index.html.md
interpolation.html.md Pass over the Interpolation page (#9703) 2016-10-29 01:13:09 +01:00
load.html.md Use HTTPS + www. for links 2016-01-14 16:03:26 -05:00
modules.html.md website: Docs sweep for lists & maps 2016-07-28 15:49:53 -05:00
outputs.html.md Add more output grammar and CLI examples 2016-08-21 15:17:31 -04:00
override.html.md provider/aws: Update docs with t1 instance for accounts with EC2 Classic 2015-12-21 10:00:34 -06:00
providers.html.md Reword "Multiple Provider Instances" documentation 2016-09-07 20:55:03 -07:00
resources.html.md Added provider to meta-param resource docs 2016-10-25 06:56:33 -04:00
syntax.html.md website: remove numeric suffixes, they haven't worked in real long time 2016-08-22 14:43:58 -07:00
variables.html.md terraform: consistent variable values for booleans 2016-10-31 11:22:26 -07:00