terraform/website/source/docs/configuration
Paul Hinze 1425b34562
config: Add map() interpolation function
* `map(key, value, ...)` - Returns a map consisting of the key/value pairs
  specified as arguments. Every odd argument must be a string key, and every
  even argument must have the same type as the other values specified.
  Duplicate keys are not allowed. Examples:
  * `map("hello", "world")`
  * `map("us-east", list("a", "b", "c"), "us-west", list("b", "c", "d"))`
2016-07-27 13:03:08 -05:00
..
atlas.html.md
data-sources.html.md
environment-variables.html.md
index.html.md
interpolation.html.md config: Add map() interpolation function 2016-07-27 13:03:08 -05:00
load.html.md
modules.html.md
outputs.html.md
override.html.md
providers.html.md
resources.html.md
syntax.html.md
variables.html.md