mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 07:00:14 -04:00
This commit adds a new interpolation function, zipmap, which produces a map given a list of string keys and a list of values of the same length as the list of keys. The name comes from the same operation in Clojure (and likely other functional langauges).