1variables {
2    bar       = "Bar"
3    space_bar = "  Bar"
4    words     = ["Foo", "Bar", "Baz"]
5}
6
7object {
8  attr "normal" {
9    type = map(string)
10  }
11  attr "flush" {
12    type = map(string)
13  }
14}
15