hq-rs 0.2.0

command-line HCL processor
Documentation
1
2
3
4
5
6
7
8
some_attr = {
    foo = [1, 2]
    bar = true
}

some_block "some_block_label" {
    attr = "value"
}