summaryrefslogtreecommitdiff
path: root/specsuite/tests/structure/attributes/expected.hcldec
blob: 09aea58276034bf81eb742d82c4b6c1adb21aa39 (plain)
1
2
3
4
5
6
7
8
9
10
11
object {
  attr "a" {
    type = string
  }
  attr "b" {
    type = string
  }
  attr "c" {
    type = string
  }
}