terraform/flatmap
James Bardin 057941ce18 make flatmap.Expand understand computed sets
For historical reasons, sets are represented as sparse lists in a
flatmap, however a computed set does not have a numeric index.

Strip the `~` flag from a computed set's index during expansion, and add
it back in the prefix after sorting.
2017-03-01 13:28:02 -05:00
..
expand.go make flatmap.Expand understand computed sets 2017-03-01 13:28:02 -05:00
expand_test.go make flatmap.Expand understand computed sets 2017-03-01 13:28:02 -05:00
flatten.go flatmap: add richer API to resulting flattened map 2014-07-09 15:26:47 -07:00
flatten_test.go flatmap: add richer API to resulting flattened map 2014-07-09 15:26:47 -07:00
map.go fmt 2014-07-14 21:56:34 -07:00
map_test.go flatmap: add Contains 2014-07-14 21:40:29 -07:00