Generic HCL abuse 😜
- contains -
contains
+ type-agnostic support for deep traversal of any complex data type - if_then_list - Conditional logic that can be used with (i.e. output) list values.
- nested_map_lookup - Null-safe lookup / retrieval of flat maps, nested at arbitrary depth.
- Enables flexible, nested lookups via direct pass-through of user-defined jq expressions.
- Returns an empty map if the lookup fails, as well as a boolean result, enabling external conditional logic.