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