formidable/internal/data/format/hcl/testdata/dummy.hcl

19 lines
219 B
HCL
Raw Normal View History

2022-05-05 16:22:52 +02:00
test = 1
test1 = 2 + 1
foo = {
description = "Ça fait des trucs"
type = "object"
properties = {
type = "string"
minLength = 5
}
test = [
"foo",
{
test = "foo"
},
5 + 5.2
]
}