summaryrefslogtreecommitdiff
path: root/tests/indent/hcl/multiple-blocks.tf
blob: b9826c889fb40011bb58b1d27b7db9a70f267382 (plain)
1
2
3
4
5
6
test {
  x = "foo"
}
test {
  y = "bar"
}