terraform/website/source/docs
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
..
commands core: Add -json flag to `terraform output` 2016-07-13 10:42:55 -06:00
configuration core: Add list() interpolation function 2016-07-18 18:12:11 -04:00
import website: basic docs on import 2016-05-18 12:57:03 -06:00
internals docs: clarify an internal-plugins header 2016-05-17 10:09:02 -07:00
modules Merge pull request #7090 from geekq/patch-1 2016-06-17 13:36:38 +02:00
plugins website: basic docs on import 2016-05-18 12:57:03 -06:00
providers Update aws api gateway docs to add some examples (#7586) 2016-07-18 10:37:39 +02:00
provisioners Update documentation 2016-07-08 19:34:59 +01:00
state website/remote: added example usage for -disable 2016-06-17 20:16:09 -05:00
index.html.markdown