terraform/config
James Bardin 8dcbc0b0a0 Add concat to accept lists of lists and maps
This will allow the concat interpolation function to accept lists of
lists, and lists of maps as well as strings. We still allow bare strings
for backwards compatibility, but remove some of the old comment wording
as it could cause confusion of this function with actual string
concatenation.

Since maps are now supported in the config, this removes the superfluous
(and failing) TestInterpolationFuncConcatListOfMaps.
2016-07-19 17:45:50 -04:00
..
module Add proper build constraints for GH-7273 2016-06-23 08:02:32 -04:00
test-fixtures core: Better error for dot indexing on user vars 2016-06-12 10:45:48 -05:00
append.go
append_test.go
config.go core: Fix detection of empty list/map defaults 2016-06-12 11:19:03 +02:00
config_string.go config: "ResourceMode" concept for resources 2016-05-14 08:26:35 -07:00
config_test.go core: Fix detection of empty list/map defaults 2016-06-12 11:19:03 +02:00
config_tree.go
import_tree.go
interpolate.go core: Better error for dot indexing on user vars 2016-06-12 10:45:48 -05:00
interpolate_funcs.go Add concat to accept lists of lists and maps 2016-07-19 17:45:50 -04:00
interpolate_funcs_test.go Add concat to accept lists of lists and maps 2016-07-19 17:45:50 -04:00
interpolate_test.go core: Better error for dot indexing on user vars 2016-06-12 10:45:48 -05:00
interpolate_walk.go core: Fix slice element keys on interpolateWalk 2016-07-08 16:43:42 +01:00
interpolate_walk_test.go core: support native list variables in config 2016-05-10 14:49:14 -04:00
lang.go
loader.go
loader_hcl.go config: Data source loading 2016-05-14 08:26:35 -07:00
loader_hcl_test.go
loader_test.go config: Update test to reflect new behaviour 2016-06-20 19:06:03 +03:00
merge.go
merge_test.go
raw_config.go core: Use native HIL maps instead of flatmaps 2016-05-10 14:49:13 -04:00
raw_config_test.go
resource_mode.go config: "ResourceMode" concept for resources 2016-05-14 08:26:35 -07:00
resource_mode_string.go config: "ResourceMode" concept for resources 2016-05-14 08:26:35 -07:00