OSDN Git Service

985a33baeefb243dfa274f92cc909f919ca6abc6
[bytom/vapor.git] / vendor / github.com / hashicorp / hcl / test-fixtures / list_of_maps.hcl
1 foo = [
2   {somekey1 = "someval1"},
3   {somekey2 = "someval2", someextrakey = "someextraval"},
4 ]