terraform/config
Josh Bleecher Snyder 02e751e356 config: add formatlist
formatlist distributes formatting over lists.
See the docs for details.

As a colleague commented:

"It happens all the time that we want a set of
outputs, but in a slightly different way than
just simple joining or concatting."

formatlist (combined with join)
makes it easy to satisfy those needs.
2015-05-12 16:11:42 -07:00
..
lang
module config: add module raw configs to InterpolatedConfigs [GH-1448] 2015-04-29 17:12:28 -07:00
test-fixtures config: error in validation if module has self variable 2015-04-22 10:39:07 +02:00
append.go
append_test.go
config.go config: add module raw configs to InterpolatedConfigs [GH-1448] 2015-04-29 17:12:28 -07:00
config_string.go
config_test.go config: error in validation if module has self variable 2015-04-22 10:39:07 +02:00
config_tree.go
import_tree.go
interpolate.go
interpolate_funcs.go config: add formatlist 2015-05-12 16:11:42 -07:00
interpolate_funcs_test.go config: add formatlist 2015-05-12 16:11:42 -07:00
interpolate_test.go
interpolate_walk.go config: fix minor comment errors 2015-05-12 16:11:19 -07:00
interpolate_walk_test.go
lang.go
loader.go
loader_hcl.go
loader_hcl_test.go
loader_test.go
merge.go
merge_test.go
raw_config.go
raw_config_test.go