1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
--- source: tests/cli.rs expression: result input_file: tests/cli/evaluate/for.hcl --- list_list: - 2 - 1 - 0 list_map: a: true b: true c: true map_map: aa: a bb: b map_list: - a - b with_ref: - 1 - 2 - 3 ref: - 1 - 2 - 3