hcl/specsuite/tests/structure/attributes/unexpected.hcldec
Martin Atkins 12f0f2dbc5 specsuite: a few additional tests for structure
This is still not fully comprehensive, but tests some basic functionality.
2018-08-12 18:18:58 -07:00

12 lines
116 B
Plaintext

object {
attr "a" {
type = string
}
attr "b" {
type = string
}
attr "d" {
type = string
}
}