Files
opentf/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
..
2015-03-24 13:30:23 -07:00
2016-01-14 16:03:26 -05:00
2015-05-04 11:42:05 -07:00