terraform/website/source
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
..
assets Add documentation 2016-10-24 14:19:55 +02:00
docs terraform: consistent variable values for booleans 2016-10-31 11:22:26 -07:00
intro Very minor fix in the docs (#9748) 2016-10-31 18:00:04 +00:00
layouts Added AWS Resource WAF SqlInjectionMatchSet (#9709) 2016-10-31 17:51:47 +00:00
upgrade-guides Fixed grammatical error. 2016-10-13 14:10:32 +11:00
.gitignore
404.html.erb Update 404 page 2015-09-19 17:42:33 +01:00
community.html.erb website: Adding gitter link to the community page 2016-10-07 01:09:50 +01:00
downloads.html.erb docs/website: Linking the downloads page to the upgrade guide for 0.7 (#7913) 2016-08-03 05:06:44 +10:00
index.html.erb provider/aws: Update docs with t1 instance for accounts with EC2 Classic 2015-12-21 10:00:34 -06:00
robots.txt
sitemap.xml.builder