diff --git a/bake/hcl.go b/bake/hcl.go index 3fd63bc0..704d244f 100644 --- a/bake/hcl.go +++ b/bake/hcl.go @@ -95,6 +95,7 @@ var ( "rsadecrypt": crypto.RsaDecryptFunc, "sethaselement": stdlib.SetHasElementFunc, "setintersection": stdlib.SetIntersectionFunc, + "setproduct": stdlib.SetProductFunc, "setsubtract": stdlib.SetSubtractFunc, "setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc, "setunion": stdlib.SetUnionFunc,