route/vendor/github.com/hashicorp/hcl/test-fixtures/list_of_maps.hcl

5 lines
95 B
HCL
Raw Normal View History

2017-12-02 23:34:35 +00:00
foo = [
{somekey1 = "someval1"},
{somekey2 = "someval2", someextrakey = "someextraval"},
]