aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/terraform/indent-in-multiline-objects.tf
blob: 00ee9c958bf06bd9f316c88a403a8322f58771e3 (plain) (blame)
1
2
3
4
5
6
test {
  x = {
    1: "foo",
    2: "bar",
  }
}