Files
opentf/internal/lang/funcs
Martin Atkins 97026e4048 lang/funcs: transpose fix panics with null elements
Previously the "transpose" function would panic if any of the given lists
were null or if any of the strings inside the given lists were null.

Null values _are_ invalid in those positions because we can't project null
values into the keys of the resulting map, but we should return explicit
error messages in those cases rather than causing a cty panic.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-03-11 13:56:46 -07:00
..
2024-02-08 09:48:59 +00:00
2024-08-29 13:20:33 -04:00
2024-02-08 09:48:59 +00:00
2024-02-08 09:48:59 +00:00
2024-08-29 13:20:33 -04:00
2024-02-08 09:48:59 +00:00
2024-02-08 09:48:59 +00:00
2024-08-29 13:20:33 -04:00