summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/list_of_maps.hcl
blob: 985a33baeefb243dfa274f92cc909f919ca6abc6 (plain)
1
2
3
4
foo = [
  {somekey1 = "someval1"},
  {somekey2 = "someval2", someextrakey = "someextraval"},
]