summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/assign_deep.hcl
blob: dd3151cb7df77e391d5c38e84ac29fbcf5c3882c (plain)
1
2
3
4
5
resource = [{
	foo = [{
		bar = {}
	}]
}]