route/vendor/github.com/hashicorp/hcl/test-fixtures/object_with_bool.hcl

7 lines
72 B
HCL
Raw Normal View History

2017-12-02 23:34:35 +00:00
path {
policy = "write"
permissions = {
"bool" = [false]
}
}