mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 17:37:46 +08:00
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>
This commit is contained in:
parent
57b875a955
commit
f1f464e364
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user