The setproduct function finds all of the possible combinations of elements from all of the given sets by computing the cartesian product.| setproduct - Functions - Configuration Language | Terraform | HashiCorp Devel...
I am adding a type system to RCL, my configuration language. The type system is based on ideas from other systems. In part 3, I highlight prior work, and I contrast RCL’s type system with that of other configuration languages.| ruudvanasseldonk.com
The flatten function eliminates nested lists from a list.| flatten - Functions - Configuration Language | Terraform | HashiCorp Developer
The for_each meta-argument allows you to manage similar infrastructure resources without writing a separate block for each one.| The for_each Meta-Argument - Configuration Language | Terraform | HashiCorp D...
Dynamic blocks automatically construct multi-level, nested block structures. Learn to configure dynamic blocks and understand their behavior.| Dynamic Blocks - Configuration Language | Terraform | HashiCorp Developer