hcl/specsuite/tests/structure/attributes/expected.t

11 lines
126 B
Raku

result_type = object({
a = string
b = string
c = string
})
result = {
a = "a value"
b = "b value"
c = "c value"
}