Add setproduct function to the bake HCL

As explained in the following link, it's a very useful function.

https://www.terraform.io/docs/configuration/functions/setproduct.html#finding-combinations-for-for_each
Signed-off-by: Felipe Santos <felipecassiors@gmail.com>
pull/503/head
Felipe Santos 4 years ago
parent 57b875a955
commit f1f464e364

@ -95,6 +95,7 @@ var (
"rsadecrypt": crypto.RsaDecryptFunc, "rsadecrypt": crypto.RsaDecryptFunc,
"sethaselement": stdlib.SetHasElementFunc, "sethaselement": stdlib.SetHasElementFunc,
"setintersection": stdlib.SetIntersectionFunc, "setintersection": stdlib.SetIntersectionFunc,
"setproduct": stdlib.SetProductFunc,
"setsubtract": stdlib.SetSubtractFunc, "setsubtract": stdlib.SetSubtractFunc,
"setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc, "setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc,
"setunion": stdlib.SetUnionFunc, "setunion": stdlib.SetUnionFunc,

Loading…
Cancel
Save