terraform/website/source
James Nugent 58dd41f3b1 core: Add list() interpolation function
The list() interpolation function provides a way to add support for list
literals (of strings) to HIL without having to invent new syntax for it
and modify the HIL parser.

It presents as a function, thus:

    - list() -> []
    - list("a") -> ["a"]
    - list("a", "b") -> ["a", "b"]

Thanks to @wr0ngway for the idea of this approach, fixes #7460.
2016-07-18 18:12:11 -04:00
..
assets website: Scaleway Documentation (#7685) 2016-07-18 10:44:27 +01:00
docs core: Add list() interpolation function 2016-07-18 18:12:11 -04:00
intro provider/aws: Update documentation to use t2.micro, provide Classic options (#6801) 2016-05-20 16:19:01 -05:00
layouts Add scaleway provider (#7331) 2016-07-13 21:03:41 +01:00
.gitignore
404.html.erb Update 404 page 2015-09-19 17:42:33 +01:00
community.html.erb Add note about paid training 2016-05-16 16:45:47 -04:00
downloads.html.erb Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary 2016-05-10 14:40:11 -04: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