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