aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/terraform/nested_blocks.tf
blob: 7be6492ccc9ec636211bf6602158c96b6f575479 (plain) (blame)
1
2
3
4
5
test {
  nest {
    x = "bar"
  }
}